Searched refs:crc7_byte (Results 1 – 2 of 2) sorted by relevance
60 crc = crc7_byte(crc, *buffer++); in crc7()
7 static inline u8 crc7_byte(u8 crc, u8 data) in crc7_byte() function