Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mmc/host/
Dsdhci.c1466 return (!(host->flags & SDHCI_DEVICE_DEAD) && in sdhci_needs_reset()
1697 if (!present || host->flags & SDHCI_DEVICE_DEAD) { in sdhci_present_error()
2265 if (host->flags & SDHCI_DEVICE_DEAD) { in sdhci_set_ios()
2418 if (host->flags & SDHCI_DEVICE_DEAD) in sdhci_get_cd()
2448 if (host->flags & SDHCI_DEVICE_DEAD) in sdhci_get_cd_nogpio()
2466 if (host->flags & SDHCI_DEVICE_DEAD) in sdhci_check_ro()
2514 if (!(host->flags & SDHCI_DEVICE_DEAD)) { in sdhci_enable_sdio_irq_nolock()
4821 host->flags |= SDHCI_DEVICE_DEAD; in sdhci_remove_host()
Dsdhci.h506 #define SDHCI_DEVICE_DEAD (1<<3) /* Device unresponsive */ macro