fcstab           1269 arch/powerpc/xmon/xmon.c static unsigned short fcstab[256] = {
fcstab           1304 arch/powerpc/xmon/xmon.c #define FCS(fcs, c)	(((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])