Searched refs:SDHCI_INT_ERROR (Results 1 – 2 of 2) sorted by relevance
87 if (stat & SDHCI_INT_ERROR) { in sdhci_transfer_data()268 if (stat & SDHCI_INT_ERROR)282 if ((stat & (SDHCI_INT_ERROR | mask)) == mask) {
122 #define SDHCI_INT_ERROR BIT(15) macro