Searched refs:best_vco (Results 1 – 6 of 6) sorted by relevance
308 dcpll->best_vco = 0; in radeon_get_clock_info()314 p1pll->best_vco = 0; in radeon_get_clock_info()320 p2pll->best_vco = 0; in radeon_get_clock_info()329 spll->best_vco = 0; in radeon_get_clock_info()338 mpll->best_vco = 0; in radeon_get_clock_info()
1123 uint32_t best_vco = pll->best_vco; in radeon_compute_pll_legacy() local1232 vco_diff = abs(vco - best_vco); in radeon_compute_pll_legacy()1234 if ((best_vco == 0 && error < best_error) || in radeon_compute_pll_legacy()1235 (best_vco != 0 && in radeon_compute_pll_legacy()
179 uint32_t best_vco; member
684 spll->best_vco = 0; in amdgpu_atomfirmware_get_clock_info()707 mpll->best_vco = 0; in amdgpu_atomfirmware_get_clock_info()
204 uint32_t best_vco; member
610 ppll->best_vco = 0; in amdgpu_atombios_get_clock_info()640 spll->best_vco = 0; in amdgpu_atombios_get_clock_info()672 mpll->best_vco = 0; in amdgpu_atombios_get_clock_info()
Completed in 18 milliseconds