Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/core/
Dsd_ops.c211 if (host->caps2 & MMC_CAP2_SD_EXP_1_2V) in mmc_send_if_cond_pcie()
/linux-6.1.9/include/linux/mmc/
Dhost.h398 #define MMC_CAP2_SD_EXP_1_2V (1 << 8) /* SD express 1.2V */ macro
/linux-6.1.9/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()