Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dsdhci-internal.h119 #define SDHC_WKUP_ON_INS (1 << 1) macro
H A Dsdhci.c217 ((s->norintsts & SDHC_NIS_INSERT) && (s->wakcon & SDHC_WKUP_ON_INS)) || in sdhci_slotint()