Searched refs:crc_ccitt_byte (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dppp_defs.h13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
H A Dcrc-ccitt.h11 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) function
/linux-master/drivers/net/mctp/
H A Dmctp-serial.c164 dev->txfcs = crc_ccitt_byte(dev->txfcs, c);
308 dev->rxfcs = crc_ccitt_byte(FCS_INIT, c);
320 dev->rxfcs = crc_ccitt_byte(dev->rxfcs, c);
367 dev->rxfcs = crc_ccitt_byte(dev->rxfcs, c);
/linux-master/lib/
H A Dcrc-ccitt.c62 crc = crc_ccitt_byte(crc, *buffer++);
/linux-master/drivers/isdn/hardware/mISDN/
H A Disdnhdlc.c284 hdlc->crc = crc_ccitt_byte(hdlc->crc,
467 hdlc->crc = crc_ccitt_byte(hdlc->crc,

Completed in 216 milliseconds