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

/linux-master/drivers/video/fbdev/aty/
H A Dmach64_ct.c404 u8 mpost_div, xpost_div, sclk_post_div_real; local
584 mpost_div = (q < 128*8);
585 mpost_div += (q < 64*8);
586 mpost_div += (q < 32*8);
588 sclk_post_div_real = aty_postdividers[mpost_div];
590 pll->ct.spll_cntl2 = mpost_div << 4;

Completed in 121 milliseconds