Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/mmc/
Dsdhci.h123 #define SDHCI_SDIO_IRQ_ENABLED (1<<9) /* SDIO irq enabled */ macro
/linux-3.4.99/drivers/mmc/host/
Dsdhci.c1564 host->flags |= SDHCI_SDIO_IRQ_ENABLED; in sdhci_enable_sdio_irq_nolock()
1566 host->flags &= ~SDHCI_SDIO_IRQ_ENABLED; in sdhci_enable_sdio_irq_nolock()
2553 if ((host->flags & SDHCI_SDIO_IRQ_ENABLED)) in sdhci_runtime_resume_host()