Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/
H A Dmmcspi.c299 #define P_CRC7 0x89 in init_crc7tab() macro
307 crc = (c & 0x80) ? c ^ P_CRC7 : c; in init_crc7tab()
313 crc = crc ^ P_CRC7; in init_crc7tab()