Searched refs:STAT_CRC_WRITE_ERROR (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/mmc/host/ | ||
D | pxamci.h | 16 #define STAT_CRC_WRITE_ERROR (1 << 2) macro |
D | pxamci.c | 346 else if (stat & (STAT_CRC_READ_ERROR|STAT_CRC_WRITE_ERROR)) in pxamci_data_done() |