Searched refs:crc_ccitt_byte (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | ppp_defs.h | 13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
|
| D | crc-ccitt.h | 13 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte() function
|
| /Linux-v5.4/lib/ |
| D | crc-ccitt.c | 102 crc = crc_ccitt_byte(crc, *buffer++); in crc_ccitt()
|
| /Linux-v5.4/drivers/staging/isdn/gigaset/ |
| D | asyncdata.c | 265 fcs = crc_ccitt_byte(fcs, c); in hdlc_loop() 471 fcs = crc_ccitt_byte(fcs, *cp++); in HDLC_Encode()
|
| D | isocdata.c | 417 fcs = crc_ccitt_byte(fcs, c); in hdlc_buildframe() 500 bcs->rx_fcs = crc_ccitt_byte(bcs->rx_fcs, c); in hdlc_putbyte()
|
| /Linux-v5.4/drivers/isdn/hardware/mISDN/ |
| 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()
|