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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_ct.c132 vshift = (6 - 2) - pll->xclk_post_div; /* FIFO is 64 bits wide in accelerator mode ... */
407 pll->ct.xclk_post_div = pll->ct.pll_ext_cntl & 0x07;
409 switch (pll->ct.xclk_post_div) {
415 pll->ct.xclk_post_div = 0;
419 printk(KERN_CRIT "atyfb: Unsupported xclk source: %d.\n", pll->ct.xclk_post_div);
425 pll->ct.xclk_post_div -= 1;
429 printk("atyfb(%s): mclk_fb_mult=%d, xclk_post_div=%d\n",
430 __FUNCTION__, pll->ct.mclk_fb_mult, pll->ct.xclk_post_div);
H A Datyfb.h100 u8 xclk_post_div; member in struct:pll_ct
H A Datyfb_base.c1698 u8 xclk_post_div; /* 1,2,3,4,8 */ member in struct:atyclk
1760 clk.xclk_post_div = pll->ct.xclk_post_div_real;
1785 pll->ct.xclk_post_div_real = clk.xclk_post_div;

Completed in 108 milliseconds