Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dsdhci.c140 if (stat & SDHCI_INT_ERROR) { in sdhci_transfer_data()
304 if (stat & SDHCI_INT_ERROR)
318 if ((stat & (SDHCI_INT_ERROR | mask)) == mask) {
/u-boot/include/
A Dsdhci.h124 #define SDHCI_INT_ERROR BIT(15) macro

Completed in 6 milliseconds