Home
last modified time | relevance | path

Searched refs:SDHCI_CAN_VDD_330 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-iproc.c217 SDHCI_CAN_VDD_330 |
241 SDHCI_CAN_VDD_330 |
264 SDHCI_CAN_VDD_330 |
312 SDHCI_CAN_VDD_330 |
H A Dsdhci-omap.c957 caps |= SDHCI_CAN_VDD_330; 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()
986 if (pbias != ~0U && (pbias & SDHCI_CAN_VDD_330) && in sdhci_omap_set_capabilities()
988 caps |= SDHCI_CAN_VDD_330; in sdhci_omap_set_capabilities()
1000 if (caps & SDHCI_CAN_VDD_330) in sdhci_omap_set_capabilities()
H A Dsdhci-pxav3.c157 host->caps &= ~SDHCI_CAN_VDD_330; in armada_38x_quirks()
H A Dsdhci.h225 #define SDHCI_CAN_VDD_330 0x01000000 macro
H A Dsdhci-pci-core.c259 SDHCI_CAN_VDD_330 | in ricoh_mmc_probe_slot()
H A Dsdhci.c4638 if (host->caps & SDHCI_CAN_VDD_330) { in sdhci_setup_host()
/openbmc/u-boot/include/
H A Dsdhci.h167 #define SDHCI_CAN_VDD_330 BIT(24) macro
/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c649 if (caps & SDHCI_CAN_VDD_330)