Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_spi.c72 static u8 crc7_byte(u8 crc, u8 data) in crc7_byte() function
80 crc = crc7_byte(crc, *buffer++); in crc7()