Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/
H A Dmmcspi.c267 update_crc7(uint8_t crc, uint8_t *buf, unsigned int len) in update_crc7() function
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()