Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/
H A Dmmcspi.c252 #define CRC7_INITIAL 0x00 macro
1212 crc = update_crc7(CRC7_INITIAL, &txbuf[1], 5); in mmcspi_send_cmd()
1394 computed_crc7 = update_crc7(CRC7_INITIAL, data, len - 1); in mmcspi_read_block()