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

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_crtc.c 200 if ((flags & RADEON_PLL_NO_ODD_POST_DIV) && (post_div & 1))
421 if ((flags & RADEON_PLL_NO_ODD_POST_DIV) && (post_div & 1))
atombios_crtc.c 418 pll_flags |= RADEON_PLL_NO_ODD_POST_DIV;
legacy_crtc.c 1794 pll_flags |= RADEON_PLL_NO_ODD_POST_DIV;
radeon.h 277 #define RADEON_PLL_NO_ODD_POST_DIV (1 << 1)

Completed in 7 milliseconds