Searched refs:MMC_CAP2_HS400_1_8V (Results 1 – 8 of 8) sorted by relevance
383 #define MMC_CAP2_HS400_1_8V (1 << 15) /* Can support HS400 1.8V */ macro385 #define MMC_CAP2_HS400 (MMC_CAP2_HS400_1_8V | \387 #define MMC_CAP2_HSX00_1_8V (MMC_CAP2_HS200_1_8V_SDR | MMC_CAP2_HS400_1_8V)
399 host->caps2 |= MMC_CAP2_HS400_1_8V | MMC_CAP2_HS200_1_8V_SDR; in mmc_of_parse()411 host->caps2 &= ~(MMC_CAP2_HS400_1_8V | MMC_CAP2_HS400_1_2V | in mmc_of_parse()
230 if (caps2 & MMC_CAP2_HS400_1_8V && in mmc_select_card_type()
83 ((r & GB_SDIO_CAP_HS400_1_8V) ? MMC_CAP2_HS400_1_8V : 0) | in _gb_sdio_set_host_caps()
683 host->mmc->caps2 = MMC_CAP2_HS400_1_8V; in sdhci_acpi_emmc_amd_probe_slot()
875 MMC_CAP2_HS400_1_8V | in gli_probe_slot_gl9763e()
1045 MMC_CAP2_HS400_1_8V))) { in renesas_sdhi_probe()
4614 (mmc->caps2 & (MMC_CAP2_HS200_1_8V_SDR | MMC_CAP2_HS400_1_8V))) in sdhci_setup_host()
Completed in 26 milliseconds