Symbol: aty_ld_pll_ct
drivers/video/fbdev/aty/atyfb.h
334
extern u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par);
drivers/video/fbdev/aty/atyfb_base.c
1502
pr_cont("%02X", aty_ld_pll_ct(i, par));
drivers/video/fbdev/aty/atyfb_base.c
2473
u8 pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
drivers/video/fbdev/aty/atyfb_base.c
2613
pr_cont(" %02x", aty_ld_pll_ct(i, par));
drivers/video/fbdev/aty/atyfb_base.c
3098
pll_regs[i] = aty_ld_pll_ct(i, par);
drivers/video/fbdev/aty/mach64_ct.c
319
tmp = aty_ld_pll_ct(VCLK_POST_DIV, par);
drivers/video/fbdev/aty/mach64_ct.c
325
tmp = aty_ld_pll_ct(PLL_EXT_CNTL, par);
drivers/video/fbdev/aty/mach64_ct.c
385
pll->ct.vclk_post_div = (aty_ld_pll_ct(VCLK_POST_DIV, par) >> tmp) & 0x03U;
drivers/video/fbdev/aty/mach64_ct.c
387
pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par) & 0x0FU;
drivers/video/fbdev/aty/mach64_ct.c
388
pll->ct.vclk_fb_div = aty_ld_pll_ct(VCLK0_FB_DIV + clock, par) & 0xFFU;
drivers/video/fbdev/aty/mach64_ct.c
389
pll->ct.pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
drivers/video/fbdev/aty/mach64_ct.c
390
pll->ct.mclk_fb_div = aty_ld_pll_ct(MCLK_FB_DIV, par);
drivers/video/fbdev/aty/mach64_ct.c
392
pll->ct.pll_gen_cntl = aty_ld_pll_ct(PLL_GEN_CNTL, par);
drivers/video/fbdev/aty/mach64_ct.c
393
pll->ct.pll_vclk_cntl = aty_ld_pll_ct(PLL_VCLK_CNTL, par);
drivers/video/fbdev/aty/mach64_ct.c
410
pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par);
drivers/video/fbdev/aty/mach64_ct.c
515
pll->ct.pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
drivers/video/fbdev/aty/mach64_ct.c
516
pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par);
drivers/video/fbdev/aty/mach64_ct.c
518
mclk_fb_div = aty_ld_pll_ct(MCLK_FB_DIV, par);
drivers/video/fbdev/aty/mach64_ct.c
600
pll->ct.ext_vpll_cntl = aty_ld_pll_ct(EXT_VPLL_CNTL, par);