Home
last modified time | relevance | path

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

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