Home
last modified time | relevance | path

Searched refs:SDHCI_CAN_VDD_300 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-dove.c43 ret &= ~SDHCI_CAN_VDD_300; in sdhci_dove_readl()
H A Dsdhci-omap.c955 caps |= SDHCI_CAN_VDD_300; in sdhci_omap_regulator_get_caps()
969 const u32 mask = SDHCI_CAN_VDD_180 | SDHCI_CAN_VDD_300 | SDHCI_CAN_VDD_330; in sdhci_omap_set_capabilities()
987 (vqmmc & SDHCI_CAN_VDD_300)) in sdhci_omap_set_capabilities()
997 if (caps & SDHCI_CAN_VDD_300) in sdhci_omap_set_capabilities()
H A Dsdhci-st.c315 ret &= ~SDHCI_CAN_VDD_300; in sdhci_st_readl()
H A Dsdhci.h226 #define SDHCI_CAN_VDD_300 0x02000000 macro
H A Dsdhci-msm.c2579 config |= SDHCI_CAN_VDD_300 | SDHCI_CAN_DO_8BIT; in sdhci_msm_probe()
H A Dsdhci.c4645 if (host->caps & SDHCI_CAN_VDD_300) { in sdhci_setup_host()
/openbmc/u-boot/drivers/mmc/
H A Dmsm_sdhci.c140 caps |= SDHCI_CAN_VDD_300 | SDHCI_CAN_DO_8BIT; in msm_sdc_probe()
H A Dsdhci.c651 if (caps & SDHCI_CAN_VDD_300)
/openbmc/u-boot/include/
H A Dsdhci.h168 #define SDHCI_CAN_VDD_300 BIT(25) macro