Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h92 #define SDHCI_WAKE_ON_INSERT BIT(1) macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.h108 #define SDHCI_WAKE_ON_INSERT 0x02 macro
H A Dsdhci.c3624 u8 mask = SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE | in sdhci_enable_irq_wakeups()
3631 wake_val |= SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE; in sdhci_enable_irq_wakeups()
3658 u8 mask = SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE in sdhci_disable_irq_wakeups()