Home
last modified time | relevance | path

Searched refs:MMC_CAP2_HS400_1_8V (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/mmc/
H A Dhost.h408 #define MMC_CAP2_HS400_1_8V (1 << 15) /* Can support HS400 1.8V */ macro
410 #define MMC_CAP2_HS400 (MMC_CAP2_HS400_1_8V | \
412 #define MMC_CAP2_HSX00_1_8V (MMC_CAP2_HS200_1_8V_SDR | MMC_CAP2_HS400_1_8V)
/openbmc/linux/drivers/mmc/core/
H A Dhost.c398 host->caps2 |= MMC_CAP2_HS400_1_8V | MMC_CAP2_HS200_1_8V_SDR; in mmc_of_parse()
410 host->caps2 &= ~(MMC_CAP2_HS400_1_8V | MMC_CAP2_HS400_1_2V | in mmc_of_parse()
H A Dmmc.c238 if (caps2 & MMC_CAP2_HS400_1_8V && in mmc_select_card_type()
/openbmc/linux/drivers/staging/greybus/
H A Dsdio.c83 ((r & GB_SDIO_CAP_HS400_1_8V) ? MMC_CAP2_HS400_1_8V : 0) | in _gb_sdio_set_host_caps()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-acpi.c622 host->mmc->caps2 = MMC_CAP2_HS400_1_8V; in sdhci_acpi_emmc_amd_probe_slot()
H A Dsdhci-pci-gli.c1495 MMC_CAP2_HS400_1_8V | in gli_probe_slot_gl9763e()
H A Dsdhci.c4688 (mmc->caps2 & (MMC_CAP2_HS200_1_8V_SDR | MMC_CAP2_HS400_1_8V))) in sdhci_setup_host()