Searched refs:aty_ld_pll_ct (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dmach64_ct.c22 u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par) function
316 tmp = aty_ld_pll_ct(VCLK_POST_DIV, par);
322 tmp = aty_ld_pll_ct(PLL_EXT_CNTL, par);
383 pll->ct.vclk_post_div = (aty_ld_pll_ct(VCLK_POST_DIV, par) >> tmp) & 0x03U;
385 pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par) & 0x0FU;
386 pll->ct.vclk_fb_div = aty_ld_pll_ct(VCLK0_FB_DIV + clock, par) & 0xFFU;
387 pll->ct.pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
388 pll->ct.mclk_fb_div = aty_ld_pll_ct(MCLK_FB_DIV, par);
390 pll->ct.pll_gen_cntl = aty_ld_pll_ct(PLL_GEN_CNTL, par);
391 pll->ct.pll_vclk_cntl = aty_ld_pll_ct(PLL_VCLK_CNT
[all...]
H A Datyfb.h336 extern u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par);
364 extern u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par);
H A Datyfb_base.c1470 printk("%02X", aty_ld_pll_ct(i, par));
2425 u8 pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par);
2565 printk(" %02x", aty_ld_pll_ct(i, par));
3090 pll_regs[i] = aty_ld_pll_ct(i, par);

Completed in 98 milliseconds