HomeSort by: relevance | last modified time | path
    Searched refs:vco_max (Results 1 - 4 of 4) 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)
radeon_uvd.c 953 * @vco_max: maximum VCO frequency
968 unsigned vco_min, unsigned vco_max,
983 for (vco_freq = vco_min; vco_freq <= vco_max; vco_freq += 100) {
radeon.h 1743 unsigned vco_min, unsigned vco_max,

Completed in 154 milliseconds