Searched refs:SDHCI_SDIO_IRQ_ENABLED (Results 1 – 2 of 2) sorted by relevance
447 #define SDHCI_SDIO_IRQ_ENABLED (1<<9) /* SDIO irq enabled */ macro656 return !!(host->flags & SDHCI_SDIO_IRQ_ENABLED); in sdhci_sdio_irq_enabled()
1752 host->flags |= SDHCI_SDIO_IRQ_ENABLED; in sdhci_enable_sdio_irq()1754 host->flags &= ~SDHCI_SDIO_IRQ_ENABLED; in sdhci_enable_sdio_irq()2663 if (host->flags & SDHCI_SDIO_IRQ_ENABLED) in sdhci_thread_irq()2844 if (host->flags & SDHCI_SDIO_IRQ_ENABLED) in sdhci_runtime_resume_host()