Home
last modified time | relevance | path

Searched refs:SDHCI_DEVICE_DEAD (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/mmc/sdhci/
H A Dsdhci.c195 if (!(host->flags & SDHCI_DEVICE_DEAD) && in SdhciTaskletFinish()
558 if (SdhciCardPlugged(host->mmc) == false || (host->flags & SDHCI_DEVICE_DEAD) > 0) { in SdhciDoRequest()
1147 if ((host->flags & SDHCI_DEVICE_DEAD) == 0) { in SdhciSetSdioIrq()
1236 if (host->flags & SDHCI_DEVICE_DEAD) { in SdhciDevReadOnly()
1794 if (!(host->flags & SDHCI_DEVICE_DEAD)) { in SdhciEnableSdioIrqNoLock()
H A Dsdhci.h631 #define SDHCI_DEVICE_DEAD (1 << 3) macro

Completed in 5 milliseconds