Searched refs:MMC_CAP_SIGNALING_120 (Results 1 – 9 of 9) sorted by relevance
69 host->caps |= MMC_CAP_MMC_DDR52_120 | MMC_CAP_SIGNALING_120; in mmc_parse_mmc_speed()75 host->caps |= MMC_CAP_MMC_HS200_120 | MMC_CAP_SIGNALING_120; in mmc_parse_mmc_speed()79 host->caps |= MMC_CAP_MMC_HS400_120 | MMC_CAP_SIGNALING_120; in mmc_parse_mmc_speed()
169 #define MMC_CAP_SIGNALING_120 (1 << 18) /* Can do signaling at 1.2 V */ macro
76 host->caps |= MMC_CAP_SIGNALING_120; in mmc_fdt_parse()
1812 (host_caps & MMC_CAP_SIGNALING_120) != 0) { in mmc_discover_cards()1822 (host_caps & MMC_CAP_SIGNALING_120) != 0) { in mmc_discover_cards()1832 (host_caps & MMC_CAP_SIGNALING_120) != 0 && in mmc_discover_cards()1846 (host_caps & MMC_CAP_SIGNALING_120) != 0 && in mmc_discover_cards()
306 (host_caps & MMC_CAP_SIGNALING_120) ? " 1.2V" : "", in sdhci_dumpcaps_buf()1070 host_caps |= MMC_CAP_SIGNALING_120 | MMC_CAP_SIGNALING_180;1081 host_caps &= ~(MMC_CAP_SIGNALING_120 | MMC_CAP_SIGNALING_180);1083 host_caps &= ~MMC_CAP_SIGNALING_120;
532 sc->slot->host.caps &= ~MMC_CAP_SIGNALING_120; in sdhci_xenon_attach()
1364 (host_caps & MMC_CAP_SIGNALING_120) != 0) { in sdda_start_init()1376 (host_caps & MMC_CAP_SIGNALING_120) != 0) { in sdda_start_init()
1106 #define MMC_CAP_SIGNALING_120 (1 << 18) /* Can do signaling at 1.2 V */1091 #define MMC_CAP_SIGNALING_120 global() macro
8151 if (cts->host_caps & MMC_CAP_SIGNALING_120) in mmcsdcmd()