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