Searched refs:dentist_vco_freq_khz (Results 1 – 7 of 7) sorted by relevance
150 * clk_mgr->dentist_vco_freq_khz) / target_div; in dce_get_dp_ref_freq_khz()242 clk_mgr_dce->dentist_vco_freq_khz / 64); in dce_set_clock()279 clk_mgr_dce->dentist_vco_freq_khz = bp->integrated_info->dentist_vco_freq; in dce_clock_read_integrated_info()280 if (clk_mgr_dce->dentist_vco_freq_khz == 0) { in dce_clock_read_integrated_info()281 clk_mgr_dce->dentist_vco_freq_khz = bp->fw_info.smu_gpu_pll_output_freq; in dce_clock_read_integrated_info()282 if (clk_mgr_dce->dentist_vco_freq_khz == 0) in dce_clock_read_integrated_info()283 clk_mgr_dce->dentist_vco_freq_khz = 3600000; in dce_clock_read_integrated_info()
269 clk_mgr->dentist_vco_freq_khz = bp->integrated_info->dentist_vco_freq; in rv1_clk_mgr_construct()270 if (bp->fw_info_valid && clk_mgr->dentist_vco_freq_khz == 0) { in rv1_clk_mgr_construct()271 clk_mgr->dentist_vco_freq_khz = bp->fw_info.smu_gpu_pll_output_freq; in rv1_clk_mgr_construct()272 if (clk_mgr->dentist_vco_freq_khz == 0) in rv1_clk_mgr_construct()273 clk_mgr->dentist_vco_freq_khz = 3600000; in rv1_clk_mgr_construct()
123 * clk_mgr->dentist_vco_freq_khz / khz; in update_global_dpp_clk()135 * clk_mgr->dentist_vco_freq_khz / khz; in update_display_clk()445 clk_mgr->dentist_vco_freq_khz = 3850000; in dcn20_clk_mgr_construct()469 clk_mgr->dentist_vco_freq_khz = dc_fixpt_floor(pll_req); in dcn20_clk_mgr_construct()472 if (clk_mgr->dentist_vco_freq_khz == 0) in dcn20_clk_mgr_construct()473 clk_mgr->dentist_vco_freq_khz = 3850000; in dcn20_clk_mgr_construct()477 * clk_mgr->dentist_vco_freq_khz) / target_div; in dcn20_clk_mgr_construct()
169 * clk_mgr_dce->dentist_vco_freq_khz) / target_div; in dce_get_dp_ref_freq_khz()259 clk_mgr_dce->dentist_vco_freq_khz / 64); in dce_set_clock()302 clk_mgr_dce->dentist_vco_freq_khz / 62); in dce112_set_clock()352 clk_mgr_dce->dentist_vco_freq_khz = info.dentist_vco_freq; in dce_clock_read_integrated_info()353 if (clk_mgr_dce->dentist_vco_freq_khz == 0) { in dce_clock_read_integrated_info()355 clk_mgr_dce->dentist_vco_freq_khz = in dce_clock_read_integrated_info()357 if (clk_mgr_dce->dentist_vco_freq_khz == 0) in dce_clock_read_integrated_info()358 clk_mgr_dce->dentist_vco_freq_khz = 3600000; in dce_clock_read_integrated_info()
84 clk_mgr_dce->dentist_vco_freq_khz / 62); in dce112_set_clock()138 clk_mgr->dentist_vco_freq_khz / 62); in dce112_set_dispclk()
537 clk_mgr->dentist_vco_freq_khz = 3600000; in rn_clk_mgr_construct()543 clk_mgr->dentist_vco_freq_khz = get_vco_frequency_from_reg(clk_mgr); in rn_clk_mgr_construct()546 if (clk_mgr->dentist_vco_freq_khz == 0) in rn_clk_mgr_construct()547 clk_mgr->dentist_vco_freq_khz = 3600000; in rn_clk_mgr_construct()
213 int dentist_vco_freq_khz; member