HomeSort by: relevance | last modified time | path
    Searched refs:best_vco (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_clocks.c 313 dcpll->best_vco = 0;
319 p1pll->best_vco = 0;
325 p2pll->best_vco = 0;
334 spll->best_vco = 0;
343 mpll->best_vco = 0;
radeon_display.c 1120 uint32_t best_vco = pll->best_vco; local in function:radeon_compute_pll_legacy
1229 vco_diff = abs(vco - best_vco);
1231 if ((best_vco == 0 && error < best_error) ||
1232 (best_vco != 0 &&
radeon_mode.h 182 uint32_t best_vco; member in struct:radeon_pll
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atomfirmware.c 397 spll->best_vco = 0;
420 mpll->best_vco = 0;
amdgpu_mode.h 207 uint32_t best_vco; member in struct:amdgpu_pll
amdgpu_atombios.c 617 ppll->best_vco = 0;
647 spll->best_vco = 0;
679 mpll->best_vco = 0;

Completed in 18 milliseconds