Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/
H A Dmmcspi.c1418 uint8_t stop_response; in mmcspi_send_stop() local
1442 err = mmcspi_send_cmd(dev, &stop, &stop_response); in mmcspi_send_stop()
1448 TRACE(dev, RESULT, "stop response=0x%02x\n", stop_response); in mmcspi_send_stop()
1451 if (stop_response & stop.error_mask & MMCSPI_R1_CRC_ERR) { in mmcspi_send_stop()
1456 if (stop_response & stop.error_mask) { in mmcspi_send_stop()