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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pll.c 164 unsigned vco_min, vco_max; local in function:amdgpu_pll_compute
168 vco_max = pll->lcd_pll_out_max;
171 vco_max = pll->pll_out_max;
176 vco_max *= 10;
185 post_div_max = vco_max / target_clock;
186 if ((target_clock * post_div_max) > vco_max)
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_display.c 999 unsigned vco_min, vco_max; local in function:radeon_compute_pll_avivo
1003 vco_max = pll->lcd_pll_out_max;
1006 vco_max = pll->pll_out_max;
1011 vco_max *= 10;
1020 post_div_max = vco_max / target_clock;
1021 if ((target_clock * post_div_max) > vco_max)

Completed in 12 milliseconds