Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mmc/core/
Dsd_ops.c211 if (host->caps2 & MMC_CAP2_SD_EXP_1_2V) in mmc_send_if_cond_pcie()
/linux-6.6.21/include/linux/mmc/
Dhost.h404 #define MMC_CAP2_SD_EXP_1_2V (1 << 8) /* SD express 1.2V */ macro
/linux-6.6.21/drivers/mmc/host/
Drtsx_pci_sdmmc.c961 mmc->caps2 |= MMC_CAP2_SD_EXP | MMC_CAP2_SD_EXP_1_2V; in sd_power_on()
970 mmc->caps2 &= ~(MMC_CAP2_SD_EXP | MMC_CAP2_SD_EXP_1_2V); in sd_power_on()
1432 mmc->caps2 |= MMC_CAP2_SD_EXP | MMC_CAP2_SD_EXP_1_2V; in init_extra_caps()
Dsdhci-pci-o2micro.c651 host->mmc->caps2 & MMC_CAP2_SD_EXP_1_2V) { in sdhci_pci_o2_init_sd_express()
797 host->mmc->caps2 |= MMC_CAP2_NO_SDIO | MMC_CAP2_SD_EXP | MMC_CAP2_SD_EXP_1_2V; in sdhci_pci_o2_probe_slot()