Searched refs:RADEON_PLL_USE_REF_DIV (Results 1 – 4 of 4) sorted by relevance
974 if (pll->flags & RADEON_PLL_USE_REF_DIV) in radeon_compute_pll_avivo()980 pll->flags & RADEON_PLL_USE_REF_DIV) in radeon_compute_pll_avivo()1139 if (pll->flags & RADEON_PLL_USE_REF_DIV) in radeon_compute_pll_legacy()
628 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll()650 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll()737 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll()
807 pll->flags |= RADEON_PLL_USE_REF_DIV; in radeon_set_pll()
151 #define RADEON_PLL_USE_REF_DIV (1 << 2) macro