aty_ld_pll_ct     335 drivers/video/fbdev/aty/atyfb.h extern u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par);
aty_ld_pll_ct    1484 drivers/video/fbdev/aty/atyfb_base.c 		pr_cont("%02X", aty_ld_pll_ct(i, par));
aty_ld_pll_ct    2435 drivers/video/fbdev/aty/atyfb_base.c 		u8 pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
aty_ld_pll_ct    2575 drivers/video/fbdev/aty/atyfb_base.c 			pr_cont(" %02x", aty_ld_pll_ct(i, par));
aty_ld_pll_ct    3060 drivers/video/fbdev/aty/atyfb_base.c 			pll_regs[i] = aty_ld_pll_ct(i, par);
aty_ld_pll_ct     318 drivers/video/fbdev/aty/mach64_ct.c 	tmp = aty_ld_pll_ct(VCLK_POST_DIV, par);
aty_ld_pll_ct     324 drivers/video/fbdev/aty/mach64_ct.c 	tmp = aty_ld_pll_ct(PLL_EXT_CNTL, par);
aty_ld_pll_ct     384 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.vclk_post_div = (aty_ld_pll_ct(VCLK_POST_DIV, par) >> tmp) & 0x03U;
aty_ld_pll_ct     386 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par) & 0x0FU;
aty_ld_pll_ct     387 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.vclk_fb_div = aty_ld_pll_ct(VCLK0_FB_DIV + clock, par) & 0xFFU;
aty_ld_pll_ct     388 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
aty_ld_pll_ct     389 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.mclk_fb_div = aty_ld_pll_ct(MCLK_FB_DIV, par);
aty_ld_pll_ct     391 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.pll_gen_cntl = aty_ld_pll_ct(PLL_GEN_CNTL, par);
aty_ld_pll_ct     392 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.pll_vclk_cntl = aty_ld_pll_ct(PLL_VCLK_CNTL, par);
aty_ld_pll_ct     409 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par);
aty_ld_pll_ct     514 drivers/video/fbdev/aty/mach64_ct.c 		pll->ct.pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
aty_ld_pll_ct     515 drivers/video/fbdev/aty/mach64_ct.c 		pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par);
aty_ld_pll_ct     517 drivers/video/fbdev/aty/mach64_ct.c 		mclk_fb_div = aty_ld_pll_ct(MCLK_FB_DIV, par);
aty_ld_pll_ct     599 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.ext_vpll_cntl = aty_ld_pll_ct(EXT_VPLL_CNTL, par);