aty_postdividers  337 drivers/video/fbdev/aty/atyfb.h extern const u8 aty_postdividers[8];
aty_postdividers 3075 drivers/video/fbdev/aty/atyfb_base.c 		P = aty_postdividers[((pll_regs[VCLK_POST_DIV] >> ((clock_cntl & 3) << 1)) & 3) |
aty_postdividers  118 drivers/video/fbdev/aty/mach64_ct.c const u8 aty_postdividers[8] = {1,2,4,8,3,5,6,12};
aty_postdividers  225 drivers/video/fbdev/aty/mach64_ct.c 	pll->vclk_post_div_real = aty_postdividers[pll->vclk_post_div];
aty_postdividers  516 drivers/video/fbdev/aty/mach64_ct.c 		pll->ct.xclk_post_div_real = aty_postdividers[pll_ext_cntl & 0x07];
aty_postdividers  538 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.xclk_post_div_real = aty_postdividers[xpost_div];
aty_postdividers  587 drivers/video/fbdev/aty/mach64_ct.c 		sclk_post_div_real = aty_postdividers[mpost_div];