Searched refs:SDHCI_INT_ERROR (Results 1 – 2 of 2) sorted by relevance
88 if (stat & SDHCI_INT_ERROR) { in sdhci_transfer_data()274 if (stat & SDHCI_INT_ERROR)288 if ((stat & (SDHCI_INT_ERROR | mask)) == mask) {
124 #define SDHCI_INT_ERROR BIT(15) macro