Searched refs:mpost_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
558 mpost_div = (q < 128*8);
559 mpost_div += (q < 64*8);
560 mpost_div += (q < 32*8);
562 sclk_post_div_real = postdividers[mpost_div];
564 pll->ct.spll_cntl2 = mpost_div << 4;

Completed in 48 milliseconds