Searched refs:mpost_div (Results 1 – 1 of 1) sorted by relevance
403 u8 mpost_div, xpost_div, sclk_post_div_real; in aty_init_pll_ct() local583 mpost_div = (q < 128*8); in aty_init_pll_ct()584 mpost_div += (q < 64*8); in aty_init_pll_ct()585 mpost_div += (q < 32*8); in aty_init_pll_ct()587 sclk_post_div_real = aty_postdividers[mpost_div]; in aty_init_pll_ct()589 pll->ct.spll_cntl2 = mpost_div << 4; in aty_init_pll_ct()