Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/core/
Dsd_ops.c208 if (host->caps2 & MMC_CAP2_SD_EXP) { in mmc_send_if_cond_pcie()
/Linux-v5.15/include/linux/mmc/
Dhost.h375 #define MMC_CAP2_SD_EXP (1 << 7) /* SD express via PCIe */ macro
/Linux-v5.15/drivers/mmc/host/
Drtsx_pci_sdmmc.c954 mmc->caps2 |= MMC_CAP2_SD_EXP | MMC_CAP2_SD_EXP_1_2V; in sd_power_on()
963 mmc->caps2 &= ~(MMC_CAP2_SD_EXP | MMC_CAP2_SD_EXP_1_2V); in sd_power_on()
1424 mmc->caps2 |= MMC_CAP2_SD_EXP | MMC_CAP2_SD_EXP_1_2V; in init_extra_caps()