post_dividers    1370 drivers/video/fbdev/aty/aty128fb.c 	unsigned char post_dividers[] = {1,2,4,8,3,6,12};
post_dividers    1385 drivers/video/fbdev/aty/aty128fb.c 	for (i = 0; i < ARRAY_SIZE(post_dividers); i++) {
post_dividers    1386 drivers/video/fbdev/aty/aty128fb.c 		output_freq = post_dividers[i] * vclk;
post_dividers    1388 drivers/video/fbdev/aty/aty128fb.c 			pll->post_divider = post_dividers[i];
post_dividers    1393 drivers/video/fbdev/aty/aty128fb.c 	if (i == ARRAY_SIZE(post_dividers))