Searched refs:pll_ext_cntl (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_ct.c285 "pll_ext_cntl=0x%02x pll_gen_cntl=0x%02x pll_vclk_cntl=0x%02x\n",
287 pll->ct.pll_ext_cntl, pll->ct.pll_gen_cntl, pll->ct.pll_vclk_cntl);
322 tmp |= pll->ct.pll_ext_cntl;
382 pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par) & 0x0FU;
406 pll->ct.pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par);
407 pll->ct.xclk_post_div = pll->ct.pll_ext_cntl & 0x07;
423 if(pll->ct.pll_ext_cntl & PLL_MFB_TIMES_4_2B) {
497 u8 mclk_fb_div, pll_ext_cntl; local
499 pll_ext_cntl = aty_ld_pll_ct(PLL_EXT_CNTL, par);
500 pll->ct.xclk_post_div_real = postdividers[pll_ext_cntl
[all...]
H A Datyfb.h90 u8 pll_ext_cntl; member in struct:pll_ct

Completed in 48 milliseconds