Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mmc/
HDbridge.h169 #define MMC_CAP_SIGNALING_120 (1 << 18) /* Can do signaling at 1.2 V */ macro
HDmmc.c1819 (host_caps & MMC_CAP_SIGNALING_120) != 0) { in mmc_discover_cards()
1829 (host_caps & MMC_CAP_SIGNALING_120) != 0) { in mmc_discover_cards()
1839 (host_caps & MMC_CAP_SIGNALING_120) != 0 && in mmc_discover_cards()
1853 (host_caps & MMC_CAP_SIGNALING_120) != 0 && in mmc_discover_cards()
/freebsd-11-stable/sys/dev/sdhci/
HDsdhci.c923 host_caps |= MMC_CAP_SIGNALING_120 | MMC_CAP_SIGNALING_180; in sdhci_init_slot()
934 host_caps &= ~(MMC_CAP_SIGNALING_120 | MMC_CAP_SIGNALING_180); in sdhci_init_slot()
936 host_caps &= ~MMC_CAP_SIGNALING_120; in sdhci_init_slot()
990 (host_caps & MMC_CAP_SIGNALING_120) ? " 1.2V" : "", in sdhci_init_slot()