Lines Matching refs:aty_ld_pll
523 #define aty_ld_pll(pll_index) _aty_ld_pll(pll_index, info) macro
549 return !(aty_ld_pll(PPLL_REF_DIV) & PPLL_ATOMIC_UPDATE_R); in aty_pll_readupdate()
577 aty_ld_pll(PPLL_REF_DIV) | PPLL_ATOMIC_UPDATE_W); in aty_pll_writeupdate()
676 mclk_cntl = aty_ld_pll(MCLK_CNTL); in aty128_reset_engine()
803 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~(0x00030000)); in aty128_set_crtc()
1113 aty_ld_pll(PPLL_CNTL) | PPLL_RESET | PPLL_ATOMIC_UPDATE_EN); in aty128_set_pll()
1120 div3 = aty_ld_pll(PPLL_DIV_3); in aty128_set_pll()
1136 aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~PPLL_RESET); in aty128_set_pll()
1142 aty_st_pll(VCLK_ECP_CNTL, aty_ld_pll(VCLK_ECP_CNTL) | 0xc0); in aty128_set_pll()
1147 aty_st_pll(XCLK_CNTL, aty_ld_pll(XCLK_CNTL) | 0x00330000); in aty128_set_pll()
1150 aty_st_pll(MCLK_CNTL, aty_ld_pll(MCLK_CNTL) | 0x00000700); in aty128_set_pll()
2251 x_mpll_ref_fb_div = aty_ld_pll(X_MPLL_REF_FB_DIV); in aty128_timings()
2252 xclk_cntl = aty_ld_pll(XCLK_CNTL) & 0x7; in aty128_timings()
2260 aty_ld_pll(PPLL_REF_DIV) & PPLL_REF_DIV_MASK; in aty128_timings()
2866 pmgt = aty_ld_pll(POWER_MANAGEMENT); in aty128_set_suspend()
2874 (void)aty_ld_pll(POWER_MANAGEMENT); in aty128_set_suspend()