Searched refs:crc_ccitt_byte (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | ppp_defs.h | 13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
|
H A D | crc-ccitt.h | 11 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte() function
|
/linux/lib/ |
H A D | crc-ccitt.c | 62 crc = crc_ccitt_byte(crc, *buffer++); in crc_ccitt()
|
/linux/drivers/net/mctp/ |
H A D | mctp-serial.c | 166 dev->txfcs = crc_ccitt_byte(dev->txfcs, c); in mctp_serial_tx_work() 310 dev->rxfcs = crc_ccitt_byte(FCS_INIT, c); in mctp_serial_push_header() 322 dev->rxfcs = crc_ccitt_byte(dev->rxfcs, c); in mctp_serial_push_header() 369 dev->rxfcs = crc_ccitt_byte(dev->rxfcs, c); in mctp_serial_push()
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | isdnhdlc.c | 284 hdlc->crc = crc_ccitt_byte(hdlc->crc, in isdnhdlc_decode() 467 hdlc->crc = crc_ccitt_byte(hdlc->crc, in isdnhdlc_encode()
|