Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsdhci.c87 if (stat & SDHCI_INT_ERROR) { in sdhci_transfer_data()
268 if (stat & SDHCI_INT_ERROR)
282 if ((stat & (SDHCI_INT_ERROR | mask)) == mask) {
/external/u-boot/include/
Dsdhci.h122 #define SDHCI_INT_ERROR BIT(15) macro