xpost_div         403 drivers/video/fbdev/aty/mach64_ct.c 	u8 mpost_div, xpost_div, sclk_post_div_real;
xpost_div         534 drivers/video/fbdev/aty/mach64_ct.c 		xpost_div  = (q < 128*8);
xpost_div         535 drivers/video/fbdev/aty/mach64_ct.c 		xpost_div += (q <  64*8);
xpost_div         536 drivers/video/fbdev/aty/mach64_ct.c 		xpost_div += (q <  32*8);
xpost_div         538 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.xclk_post_div_real = aty_postdividers[xpost_div];
xpost_div         544 drivers/video/fbdev/aty/mach64_ct.c 		pll->ct.xclk_post_div = xpost_div;
xpost_div         564 drivers/video/fbdev/aty/mach64_ct.c 		pll->ct.pll_ext_cntl = xpost_div;
xpost_div         570 drivers/video/fbdev/aty/mach64_ct.c 		pll->ct.pll_gen_cntl |= (xpost_div << 4); /* mclk == xclk */