fOut              616 drivers/video/fbdev/aty/mach64_gx.c 	u32 tempA, tempB, fOut, longMHz100, diff, preDiff;
fOut              659 drivers/video/fbdev/aty/mach64_gx.c 				fOut = tempA / tempB;	/* 8 bit scale */
fOut              661 drivers/video/fbdev/aty/mach64_gx.c 				if (longMHz100 > fOut)
fOut              662 drivers/video/fbdev/aty/mach64_gx.c 					diff = longMHz100 - fOut;
fOut              664 drivers/video/fbdev/aty/mach64_gx.c 					diff = fOut - longMHz100;