HomeSort by relevance Sort by last modified time
    Searched refs:SDHCI_INT_ERROR (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_emmc.c 75 #define SDHCI_INT_ERROR BIT(15)
134 if (stat & SDHCI_INT_ERROR)
  /external/u-boot/drivers/mmc/
sdhci.c 87 if (stat & SDHCI_INT_ERROR) {
268 if (stat & SDHCI_INT_ERROR)
282 if ((stat & (SDHCI_INT_ERROR | mask)) == mask) {
  /external/u-boot/include/
sdhci.h 122 #define SDHCI_INT_ERROR BIT(15)

Completed in 204 milliseconds