dentist_vco_freq  120 drivers/gpu/drm/amd/amdgpu/kv_dpm.h 	u32 dentist_vco_freq;
dentist_vco_freq 2241 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 	info->dentist_vco_freq = le32_to_cpu(info_v8->ulDentistVCOFreq) * 10;
dentist_vco_freq 2392 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 	info->dentist_vco_freq = le32_to_cpu(info_v9->ulDentistVCOFreq) * 10;
dentist_vco_freq 1522 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 	info->dentist_vco_freq = le32_to_cpu(info_v11->ulDentistVCOFreq) * 10;
dentist_vco_freq  279 drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c 		clk_mgr_dce->dentist_vco_freq_khz = bp->integrated_info->dentist_vco_freq;
dentist_vco_freq  269 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr.c 		clk_mgr->dentist_vco_freq_khz = bp->integrated_info->dentist_vco_freq;
dentist_vco_freq  352 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c 	clk_mgr_dce->dentist_vco_freq_khz = info.dentist_vco_freq;
dentist_vco_freq  329 drivers/gpu/drm/amd/display/include/grph_object_ctrl_defs.h 	uint32_t dentist_vco_freq; /* in KHz */
dentist_vco_freq  336 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 	data->sys_info.dentist_vco_freq =
dentist_vco_freq   54 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.h 	uint32_t dentist_vco_freq;
dentist_vco_freq   94 drivers/gpu/drm/radeon/kv_dpm.h 	u32 dentist_vco_freq;
dentist_vco_freq 1844 drivers/gpu/drm/radeon/trinity_dpm.c 	return ((pi->sys_info.dentist_vco_freq * 100) + (divider - 1)) / divider;
dentist_vco_freq 1869 drivers/gpu/drm/radeon/trinity_dpm.c 		pi->sys_info.dentist_vco_freq = le32_to_cpu(igp_info->info_7.ulDentistVCOFreq);
dentist_vco_freq   80 drivers/gpu/drm/radeon/trinity_dpm.h 	u32 dentist_vco_freq;