Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/aty/
H A Dmach64_ct.c116 const u8 aty_postdividers[8] = {1,2,4,8,3,5,6,12}; variable
223 pll->vclk_post_div_real = aty_postdividers[pll->vclk_post_div]; in aty_valid_pll_ct()
517 pll->ct.xclk_post_div_real = aty_postdividers[pll_ext_cntl & 0x07]; in aty_init_pll_ct()
539 pll->ct.xclk_post_div_real = aty_postdividers[xpost_div]; in aty_init_pll_ct()
588 sclk_post_div_real = aty_postdividers[mpost_div]; in aty_init_pll_ct()
H A Datyfb.h336 extern const u8 aty_postdividers[8];