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

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_crtc.c 158 uint32_t max_post_div = pll->max_post_div; local
190 min_post_div = max_post_div = pll->post_div;
197 for (post_div = min_post_div; post_div <= max_post_div; ++post_div) {
398 if ((post_div < pll->min_post_div) || (post_div > pll->max_post_div))
412 for (post_div = pll->max_post_div; post_div >= pll->min_post_div; --post_div) {
radeon.h 303 uint32_t max_post_div; member in struct:__anon6803
radeon_driver.c 1272 pll->max_post_div = 0x7f;
1277 pll->max_post_div = 12; //16 on crtc0

Completed in 9 milliseconds