Home
last modified time | relevance | path

Searched refs:SDHCI_CAN_DO_HISPD (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-iproc.c220 SDHCI_CAN_DO_HISPD |
244 SDHCI_CAN_DO_HISPD |
265 SDHCI_CAN_DO_HISPD,
315 SDHCI_CAN_DO_HISPD,
H A Dsdhci-esdhc-mcf.c166 val &= ~SDHCI_CAN_DO_HISPD; in esdhc_mcf_readl_be()
H A Dsdhci.h222 #define SDHCI_CAN_DO_HISPD 0x00200000 macro
H A Dsdhci-pci-core.c259 SDHCI_CAN_DO_HISPD | in ricoh_mmc_probe_slot()
H A Dsdhci.c4506 if (host->caps & SDHCI_CAN_DO_HISPD) in sdhci_setup_host()
/openbmc/u-boot/include/
H A Dsdhci.h165 #define SDHCI_CAN_DO_HISPD BIT(21) macro