Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/mmc/
A Dhost.h402 #define MMC_CAP2_HS400_1_8V (1 << 15) /* Can support HS400 1.8V */ macro
404 #define MMC_CAP2_HS400 (MMC_CAP2_HS400_1_8V | \
406 #define MMC_CAP2_HSX00_1_8V (MMC_CAP2_HS200_1_8V_SDR | MMC_CAP2_HS400_1_8V)
/linux-6.3-rc2/drivers/mmc/core/
A Dhost.c399 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()
A Dmmc.c238 if (caps2 & MMC_CAP2_HS400_1_8V && in mmc_select_card_type()
/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci-acpi.c619 host->mmc->caps2 = MMC_CAP2_HS400_1_8V; in sdhci_acpi_emmc_amd_probe_slot()
A Dsdhci-pci-gli.c1046 MMC_CAP2_HS400_1_8V | in gli_probe_slot_gl9763e()
A Dsdhci.c4682 (mmc->caps2 & (MMC_CAP2_HS200_1_8V_SDR | MMC_CAP2_HS400_1_8V))) in sdhci_setup_host()
/linux-6.3-rc2/drivers/staging/greybus/
A Dsdio.c83 ((r & GB_SDIO_CAP_HS400_1_8V) ? MMC_CAP2_HS400_1_8V : 0) | in _gb_sdio_set_host_caps()

Completed in 25 milliseconds