Searched refs:fcstab (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/powerpc/xmon/ | ||
H A D | xmon.c | 1079 static unsigned short fcstab[256] = { variable 1114 #define FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) |
Completed in 118 milliseconds