[go: nahoru, domu]

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

/drivers/video/fbdev/aty/
H A Dmach64_ct.c22 u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par) function
317 tmp = aty_ld_pll_ct(VCLK_POST_DIV, par);
323 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...]

Completed in 98 milliseconds