xclk_post_div_real  103 drivers/video/fbdev/aty/atyfb.h 	u8 xclk_post_div_real;
xclk_post_div_real 1853 drivers/video/fbdev/aty/atyfb_base.c 			clk.xclk_post_div = pll->ct.xclk_post_div_real;
xclk_post_div_real 1879 drivers/video/fbdev/aty/atyfb_base.c 			pll->ct.xclk_post_div_real = clk.xclk_post_div;
xclk_post_div_real  516 drivers/video/fbdev/aty/mach64_ct.c 		pll->ct.xclk_post_div_real = aty_postdividers[pll_ext_cntl & 0x07];
xclk_post_div_real  538 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.xclk_post_div_real = aty_postdividers[xpost_div];
xclk_post_div_real  539 drivers/video/fbdev/aty/mach64_ct.c 	pll->ct.mclk_fb_div = q * pll->ct.xclk_post_div_real / 8;
xclk_post_div_real  553 drivers/video/fbdev/aty/mach64_ct.c 		__func__, pllmclk, pllmclk / pll->ct.xclk_post_div_real);