Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Domap_hsmmc.c221 #define HSMMC_WAKE_IRQ_ENABLED (1 << 2) macro
1126 if (host->flags & HSMMC_WAKE_IRQ_ENABLED) { in omap_hsmmc_wake_irq()
1128 host->flags &= ~HSMMC_WAKE_IRQ_ENABLED; in omap_hsmmc_wake_irq()
2281 WARN_ON(host->flags & HSMMC_WAKE_IRQ_ENABLED); in omap_hsmmc_runtime_suspend()
2283 host->flags |= HSMMC_WAKE_IRQ_ENABLED; in omap_hsmmc_runtime_suspend()
2306 if (host->flags & HSMMC_WAKE_IRQ_ENABLED) { in omap_hsmmc_runtime_resume()
2308 host->flags &= ~HSMMC_WAKE_IRQ_ENABLED; in omap_hsmmc_runtime_resume()