Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsdhci.h90 #define SDHCI_WAKE_ON_INSERT BIT(1) macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h114 #define SDHCI_WAKE_ON_INSERT 0x02 macro
H A Dsdhci.c3718 u8 mask = SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE | in sdhci_enable_irq_wakeups()
3725 wake_val |= SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE; in sdhci_enable_irq_wakeups()
3752 u8 mask = SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE in sdhci_disable_irq_wakeups()