Home
last modified time | relevance | path

Searched refs:crc7 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_spi.c66 static u8 crc7(u8 crc, const u8 *buffer, u32 len) in crc7() function
388 wb[len - 1] = (crc7(0x7f, (const u8 *)&wb[0], len - 1)) << 1; in spi_cmd_complete()
/Linux-v5.4/lib/
DMakefile132 obj-$(CONFIG_CRC7) += crc7.o
/Linux-v5.4/Documentation/core-api/
Dkernel-api.rst124 .. kernel-doc:: lib/crc7.c