Home
last modified time | relevance | path

Searched refs:SDHCI_CAN_VDD_180 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-iproc.c218 SDHCI_CAN_VDD_180 |
242 SDHCI_CAN_VDD_180 |
313 SDHCI_CAN_VDD_180 |
H A Dsdhci-omap.c953 caps |= SDHCI_CAN_VDD_180; 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()
994 if (caps & SDHCI_CAN_VDD_180) in sdhci_omap_set_capabilities()
H A Dsdhci-pxav3.c154 host->caps &= ~SDHCI_CAN_VDD_180; in armada_38x_quirks()
H A Dsdhci.h227 #define SDHCI_CAN_VDD_180 0x04000000 macro
H A Dsdhci.c4649 if (host->caps & SDHCI_CAN_VDD_180) { in sdhci_setup_host()
/openbmc/u-boot/include/
H A Dsdhci.h169 #define SDHCI_CAN_VDD_180 BIT(26) macro
/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c653 if (caps & SDHCI_CAN_VDD_180)