Searched refs:HSMMC_WAKE_IRQ_ENABLED (Results 1 – 1 of 1) sorted by relevance
221 #define HSMMC_WAKE_IRQ_ENABLED (1 << 2) macro1126 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()