Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-iproc.c229 SDHCI_CAN_DO_HISPD |
253 SDHCI_CAN_DO_HISPD |
275 SDHCI_CAN_DO_HISPD,
H A Dsdhci-esdhc-mcf.c166 val &= ~SDHCI_CAN_DO_HISPD; in esdhc_mcf_readl_be()
H A Dsdhci.h213 #define SDHCI_CAN_DO_HISPD 0x00200000 macro
H A Dsdhci-pci-core.c266 SDHCI_CAN_DO_HISPD | in ricoh_mmc_probe_slot()
H A Dsdhci.c4397 if (host->caps & SDHCI_CAN_DO_HISPD) in sdhci_setup_host()
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h180 #define SDHCI_CAN_DO_HISPD BIT(21) macro