Home
last modified time | relevance | path

Searched refs:crc_ccitt_byte (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dcrc-ccitt.h11 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte() function
/linux/lib/crc/
H A Dcrc-ccitt.c60 crc = crc_ccitt_byte(crc, *buffer++); in crc_ccitt()
/linux/drivers/net/mctp/
H A Dmctp-serial.c166 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()