Searched refs:ss_info_table (Results 1 – 2 of 2) sorted by relevance
481 static struct dcn314_ss_info_table ss_info_table = { variable773 …if (dcn314_is_spll_ssc_enabled(&clk_mgr->base) && (clock_source < ARRAY_SIZE(ss_info_table.ss_perc… in dcn314_read_ss_info_from_lut()774 clk_mgr->dprefclk_ss_percentage = ss_info_table.ss_percentage[clock_source]; in dcn314_read_ss_info_from_lut()778 clk_mgr->dprefclk_ss_divider = ss_info_table.ss_divider; in dcn314_read_ss_info_from_lut()
707 static struct dcn35_ss_info_table ss_info_table = { variable719 …if (dcn35_is_spll_ssc_enabled(&clk_mgr->base) && (clock_source < ARRAY_SIZE(ss_info_table.ss_perce… in dcn35_read_ss_info_from_lut()720 clk_mgr->dprefclk_ss_percentage = ss_info_table.ss_percentage[clock_source]; in dcn35_read_ss_info_from_lut()724 clk_mgr->dprefclk_ss_divider = ss_info_table.ss_divider; in dcn35_read_ss_info_from_lut()