aty_st_pll
aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~(0x00030000));
aty_st_pll(PPLL_CNTL,
aty_st_pll(PPLL_REF_DIV, par->constants.ref_divider & 0x3ff);
aty_st_pll(PPLL_DIV_3, div3);
aty_st_pll(HTOTAL_CNTL, 0); /* no horiz crtc adjustment */
aty_st_pll(PPLL_CNTL, aty_ld_pll(PPLL_CNTL) & ~PPLL_RESET);
aty_st_pll(POWER_MANAGEMENT, pmgt);
aty_st_pll(PPLL_REF_DIV,
aty_st_pll(MCLK_CNTL, mclk_cntl | 0x00030000);
aty_st_pll(MCLK_CNTL, mclk_cntl);
aty_st_pll(X_MPLL_REF_FB_DIV, 0x004c4c1e);
aty_st_pll(PPLL_REF_DIV, par->constants.ref_divider);