Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Domap_hsmmc.c212 #define HSMMC_SDIO_IRQ_ENABLED (1 << 1) /* SDIO irq enabled */ macro
594 if (host->flags & HSMMC_SDIO_IRQ_ENABLED) in omap_hsmmc_enable_irq()
607 if (host->flags & HSMMC_SDIO_IRQ_ENABLED) in omap_hsmmc_disable_irq()
1730 host->flags |= HSMMC_SDIO_IRQ_ENABLED; in omap_hsmmc_enable_sdio_irq()
1734 host->flags &= ~HSMMC_SDIO_IRQ_ENABLED; in omap_hsmmc_enable_sdio_irq()
1868 (host->flags & HSMMC_SDIO_IRQ_ENABLED) ? "enabled" in omap_hsmmc_regs_show()
2329 (host->flags & HSMMC_SDIO_IRQ_ENABLED)) { in omap_hsmmc_runtime_suspend()
2370 (host->flags & HSMMC_SDIO_IRQ_ENABLED)) { in omap_hsmmc_runtime_resume()