Home
last modified time | relevance | path

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

/include/linux/
Dppp_defs.h13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
Dcrc-ccitt.h13 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte() function