Searched refs:crc7 (Results 1 – 3 of 3) sorted by relevance
66 static u8 crc7(u8 crc, const u8 *buffer, u32 len) in crc7() function388 wb[len - 1] = (crc7(0x7f, (const u8 *)&wb[0], len - 1)) << 1; in spi_cmd_complete()
132 obj-$(CONFIG_CRC7) += crc7.o
124 .. kernel-doc:: lib/crc7.c