Home
last modified time | relevance | path

Searched refs:crc_ccitt_false_byte (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcrc-ccitt.h18 static inline u16 crc_ccitt_false_byte(u16 crc, const u8 c) in crc_ccitt_false_byte() function
/OK3568_Linux_fs/kernel/lib/
H A Dcrc-ccitt.c117 crc = crc_ccitt_false_byte(crc, *buffer++); in crc_ccitt_false()