Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mmc/
Dmmc_fdt_helpers.c62 host->caps |= MMC_CAP_UHS_SDR12 | MMC_CAP_SIGNALING_180; in mmc_fdt_parse_sd_speed()
64 host->caps |= MMC_CAP_UHS_SDR25 | MMC_CAP_SIGNALING_180; in mmc_fdt_parse_sd_speed()
66 host->caps |= MMC_CAP_UHS_SDR50 | MMC_CAP_SIGNALING_180; in mmc_fdt_parse_sd_speed()
68 host->caps |= MMC_CAP_UHS_SDR104 | MMC_CAP_SIGNALING_180; in mmc_fdt_parse_sd_speed()
70 host->caps |= MMC_CAP_UHS_DDR50 | MMC_CAP_SIGNALING_180; in mmc_fdt_parse_sd_speed()
83 host->caps |= MMC_CAP_MMC_DDR52_180 | MMC_CAP_SIGNALING_180; in mmc_fdt_parse_mmc_speed()
89 host->caps |= MMC_CAP_MMC_HS200_180 | MMC_CAP_SIGNALING_180; in mmc_fdt_parse_mmc_speed()
93 host->caps |= MMC_CAP_MMC_HS400_180 | MMC_CAP_SIGNALING_180; in mmc_fdt_parse_mmc_speed()
169 host->caps |= MMC_CAP_SIGNALING_180; in mmc_fdt_parse()
Dbridge.h172 #define MMC_CAP_SIGNALING_180 (1 << 19) /* Can do signaling at 1.8 V */ macro
Dmmc.c1823 (host_caps & MMC_CAP_SIGNALING_180) != 0) { in mmc_discover_cards()
1833 (host_caps & MMC_CAP_SIGNALING_180) != 0) { in mmc_discover_cards()
1844 (host_caps & MMC_CAP_SIGNALING_180) != 0 && in mmc_discover_cards()
1860 (host_caps & MMC_CAP_SIGNALING_180) != 0 && in mmc_discover_cards()
/freebsd-12-stable/sys/dev/sdhci/
Dsdhci.c1017 host_caps |= MMC_CAP_SIGNALING_120 | MMC_CAP_SIGNALING_180;
1028 host_caps &= ~(MMC_CAP_SIGNALING_120 | MMC_CAP_SIGNALING_180);
1083 (host_caps & MMC_CAP_SIGNALING_180) ? " 1.8V" : "",
1337 if (!(slot->host.caps & MMC_CAP_SIGNALING_180)) {