HomeSort by: relevance | last modified time | path
    Searched defs:pll_out_max (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_display.c 1006 vco_max = pll->pll_out_max;
1129 u32 pll_out_min, pll_out_max; local in function:radeon_compute_pll_legacy
1136 pll_out_max = pll->lcd_pll_out_max;
1139 pll_out_max = pll->pll_out_max;
1211 } else if (vco > pll_out_max) {
radeon_mode.h 179 uint32_t pll_out_max; member in struct:radeon_pll
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_mode.h 204 uint32_t pll_out_max; member in struct:amdgpu_pll

Completed in 16 milliseconds