Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dsd_ops.c208 if (host->caps2 & MMC_CAP2_SD_EXP) { in mmc_send_if_cond_pcie()
/openbmc/linux/include/linux/mmc/
H A Dhost.h403 #define MMC_CAP2_SD_EXP (1 << 7) /* SD express via PCIe */ macro
/openbmc/linux/drivers/mmc/host/
H A 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()
H A Dsdhci-pci-o2micro.c797 host->mmc->caps2 |= MMC_CAP2_NO_SDIO | MMC_CAP2_SD_EXP | MMC_CAP2_SD_EXP_1_2V; in sdhci_pci_o2_probe_slot()
H A Dsdhci-pci-gli.c1121 host->mmc->caps2 |= MMC_CAP2_SD_EXP; in gli_probe_slot_gl9767()