Searched refs:crc_ccitt_byte (Results 1 – 7 of 7) sorted by relevance
| /linux-4.1.27/include/linux/ |
| D | ppp_defs.h | 16 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
|
| D | crc-ccitt.h | 10 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte() function
|
| /linux-4.1.27/include/net/irda/ |
| D | crc.h | 24 #define irda_fcs(fcs, c) crc_ccitt_byte(fcs, c)
|
| /linux-4.1.27/lib/ |
| D | crc-ccitt.c | 63 crc = crc_ccitt_byte(crc, *buffer++); in crc_ccitt()
|
| /linux-4.1.27/drivers/isdn/gigaset/ |
| D | asyncdata.c | 268 fcs = crc_ccitt_byte(fcs, c); in hdlc_loop() 474 fcs = crc_ccitt_byte(fcs, *cp++); in HDLC_Encode()
|
| D | isocdata.c | 420 fcs = crc_ccitt_byte(fcs, c); in hdlc_buildframe() 503 bcs->rx_fcs = crc_ccitt_byte(bcs->rx_fcs, c); in hdlc_putbyte()
|
| /linux-4.1.27/drivers/isdn/i4l/ |
| D | isdnhdlc.c | 297 hdlc->crc = crc_ccitt_byte(hdlc->crc, in isdnhdlc_decode() 480 hdlc->crc = crc_ccitt_byte(hdlc->crc, in isdnhdlc_encode()
|