Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dcrc7.c60 crc = crc7_byte(crc, *buffer++); in crc7()
/openbmc/u-boot/include/linux/
H A Dcrc7.h7 static inline u8 crc7_byte(u8 crc, u8 data) in crc7_byte() function