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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_ct.c400 u8 mpost_div, xpost_div, sclk_post_div_real; local
517 xpost_div = (q < 128*8);
518 xpost_div += (q < 64*8);
519 xpost_div += (q < 32*8);
521 pll->ct.xclk_post_div_real = postdividers[xpost_div];
539 pll->ct.pll_ext_cntl = xpost_div;
545 pll->ct.pll_gen_cntl |= (xpost_div << 4); /* mclk == xclk */

Completed in 40 milliseconds