Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsdhci.h91 #define SDHCI_WAKE_ON_REMOVE BIT(2) macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h115 #define SDHCI_WAKE_ON_REMOVE 0x04 macro
H A Dsdhci.c3721 u8 mask = SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE | in sdhci_enable_irq_wakeups()
3728 wake_val |= SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE; in sdhci_enable_irq_wakeups()
3755 u8 mask = SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE in sdhci_disable_irq_wakeups()