Home
last modified time | relevance | path

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

/dragonfly/sys/bus/mmc/
H A Dbridge.h166 #define MMC_CAP_SIGNALING_180 (1 << 19) /* Can do signaling at 1.8 V */ macro
H A Dmmc.c1653 (host_caps & MMC_CAP_SIGNALING_180) != 0) { in mmc_discover_cards()
/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci.c757 host_caps |= MMC_CAP_SIGNALING_180; in sdhci_init_slot()
810 (host_caps & MMC_CAP_SIGNALING_180) ? " 1.8V" : "", in sdhci_init_slot()
1023 if (!(slot->host.caps & MMC_CAP_SIGNALING_180)) { in sdhci_generic_switch_vccq()