Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/video/fbdev/aty/
Dmach64_ct.c406 u8 mpost_div, xpost_div, sclk_post_div_real; in aty_init_pll_ct() local
586 mpost_div = (q < 128*8); in aty_init_pll_ct()
587 mpost_div += (q < 64*8); in aty_init_pll_ct()
588 mpost_div += (q < 32*8); in aty_init_pll_ct()
590 sclk_post_div_real = aty_postdividers[mpost_div]; in aty_init_pll_ct()
592 pll->ct.spll_cntl2 = mpost_div << 4; in aty_init_pll_ct()