Lines Matching refs:aty_ld_pll
557 #define aty_ld_pll(pll_index) _aty_ld_pll(pll_index, par) macro
580 return !(aty_ld_pll(PPLL_REF_DIV) & PPLL_ATOMIC_UPDATE_R); in aty_pll_readupdate()
606 aty_ld_pll(PPLL_REF_DIV) | PPLL_ATOMIC_UPDATE_W); in aty_pll_writeupdate()
699 mclk_cntl = aty_ld_pll(MCLK_CNTL); in aty128_reset_engine()
962 x_mpll_ref_fb_div = aty_ld_pll(X_MPLL_REF_FB_DIV); in aty128_timings()
963 xclk_cntl = aty_ld_pll(XCLK_CNTL) & 0x7; in aty128_timings()
971 aty_ld_pll(PPLL_REF_DIV) & PPLL_REF_DIV_MASK; in aty128_timings()
1028 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~(0x00030000)); in aty128_set_crtc()
1334 aty_ld_pll(PPLL_CNTL) | PPLL_RESET | PPLL_ATOMIC_UPDATE_EN); in aty128_set_pll()
1341 div3 = aty_ld_pll(PPLL_DIV_3); in aty128_set_pll()
1357 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~PPLL_RESET); in aty128_set_pll()
2358 (void)aty_ld_pll(POWER_MANAGEMENT); in aty128_set_suspend()