aty_ld_pll_ct
extern u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par);
pr_cont("%02X", aty_ld_pll_ct(i, par));
u8 pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
pr_cont(" %02x", aty_ld_pll_ct(i, par));
pll_regs[i] = aty_ld_pll_ct(i, par);
tmp = aty_ld_pll_ct(VCLK_POST_DIV, par);
tmp = aty_ld_pll_ct(PLL_EXT_CNTL, par);
pll->ct.vclk_post_div = (aty_ld_pll_ct(VCLK_POST_DIV, par) >> tmp) & 0x03U;
pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par) & 0x0FU;
pll->ct.vclk_fb_div = aty_ld_pll_ct(VCLK0_FB_DIV + clock, par) & 0xFFU;
pll->ct.pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
pll->ct.mclk_fb_div = aty_ld_pll_ct(MCLK_FB_DIV, par);
pll->ct.pll_gen_cntl = aty_ld_pll_ct(PLL_GEN_CNTL, par);
pll->ct.pll_vclk_cntl = aty_ld_pll_ct(PLL_VCLK_CNTL, par);
pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par);
pll->ct.pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par);
mclk_fb_div = aty_ld_pll_ct(MCLK_FB_DIV, par);
pll->ct.ext_vpll_cntl = aty_ld_pll_ct(EXT_VPLL_CNTL, par);