Searched refs:max_post_div (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pll.c190 if (post_div_max > pll->max_post_div)
191 post_div_max = pll->max_post_div;
H A Damdgpu_mode.h210 uint32_t max_post_div; member in struct:amdgpu_pll
H A Damdgpu_atomfirmware.c700 spll->max_post_div = 1;
723 mpll->max_post_div = 1;
H A Damdgpu_atombios.c603 ppll->max_post_div = 0x7f;
635 spll->max_post_div = 1;
667 mpll->max_post_div = 1;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_clocks.c281 p1pll->max_post_div = 0x7f;
285 p2pll->max_post_div = 0x7f;
290 p1pll->max_post_div = 16;
294 p2pll->max_post_div = 12;
301 dcpll->max_post_div = 0x7f;
324 spll->max_post_div = 1;
333 mpll->max_post_div = 1;
H A Dradeon_display.c1032 if (post_div_max > pll->max_post_div)
1033 post_div_max = pll->max_post_div;
1124 uint32_t max_post_div = pll->max_post_div; local
1168 min_post_div = max_post_div = pll->post_div;
1175 for (post_div = max_post_div; post_div >= min_post_div; --post_div) {
H A Dradeon_mode.h185 uint32_t max_post_div; member in struct:radeon_pll

Completed in 154 milliseconds