Searched refs:aty_ld_pll_ct (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/video/aty/ |
D | mach64_ct.c | 22 u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par) in aty_ld_pll_ct() function 317 tmp = aty_ld_pll_ct(VCLK_POST_DIV, par); in aty_set_pll_ct() 323 tmp = aty_ld_pll_ct(PLL_EXT_CNTL, par); in aty_set_pll_ct() 384 pll->ct.vclk_post_div = (aty_ld_pll_ct(VCLK_POST_DIV, par) >> tmp) & 0x03U; in aty_get_pll_ct() 386 pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par) & 0x0FU; in aty_get_pll_ct() 387 pll->ct.vclk_fb_div = aty_ld_pll_ct(VCLK0_FB_DIV + clock, par) & 0xFFU; in aty_get_pll_ct() 388 pll->ct.pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par); in aty_get_pll_ct() 389 pll->ct.mclk_fb_div = aty_ld_pll_ct(MCLK_FB_DIV, par); in aty_get_pll_ct() 391 pll->ct.pll_gen_cntl = aty_ld_pll_ct(PLL_GEN_CNTL, par); in aty_get_pll_ct() 392 pll->ct.pll_vclk_cntl = aty_ld_pll_ct(PLL_VCLK_CNTL, par); in aty_get_pll_ct() [all …]
|
D | atyfb.h | 336 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);
|
D | atyfb_base.c | 1498 printk("%02X", aty_ld_pll_ct(i, par)); in atyfb_set_par() 2466 u8 pll_ref_div = aty_ld_pll_ct(PLL_REF_DIV, par); in aty_init() 2606 printk(" %02x", aty_ld_pll_ct(i, par)); in aty_init() 3119 pll_regs[i] = aty_ld_pll_ct(i, par); in atyfb_setup_sparc()
|