tag | line | file | source code |
fcs | 270 | arch/i386/kernel/traps.c | env->fcs = (env->swd & 0x0000ffff) | (env->fcs & 0xffff0000); |
fcs | 325 | drivers/net/ppp.c | #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ ppp_crc16_table[((fcs) ^ (c)) & 0xff]) |
fcs | 592 | drivers/net/ppp.c | buf->fcs = PPP_INITFCS; |
fcs | 1206 | drivers/net/ppp.c | buf->fcs = PPP_INITFCS; |
fcs | 1232 | drivers/net/ppp.c | buf->fcs = PPP_FCS (buf->fcs, chr); |
fcs | 1650 | drivers/net/ppp.c | if (ppp->rbuf->fcs != PPP_GOODFCS) { |
fcs | 1654 | drivers/net/ppp.c | ppp->rbuf->fcs ^ PPP_GOODFCS); |
fcs | 1945 | drivers/net/ppp.c | buf->fcs = PPP_FCS (buf->fcs, chr); |
fcs | 1980 | drivers/net/ppp.c | buf->fcs = PPP_INITFCS; |
fcs | 2012 | drivers/net/ppp.c | write_fcs = buf->fcs ^ 0xFFFF; |
fcs | 48 | include/asm-i386/processor.h | long fcs; |
fcs | 59 | include/asm-i386/processor.h | long fcs; |
fcs | 38 | include/asm-i386/user.h | long fcs; |
fcs | 81 | include/linux/if_pppvar.h | unsigned short fcs; /* Frame Check Sequence (CRC) */ |