Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsdhci.h181 #define SDHCI_MAX_CURRENT 0x48 macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-sprd.c131 if (unlikely(reg == SDHCI_MAX_CURRENT)) in sdhci_sprd_readl()
140 if (unlikely(reg == SDHCI_MAX_CURRENT)) in sdhci_sprd_writel()
H A Dsdhci.h245 #define SDHCI_MAX_CURRENT 0x48 macro
H A Dsdhci-pci-gli.c1171 if (unlikely(reg == SDHCI_MAX_CURRENT && !(value & 0xff))) in sdhci_gl9750_readl()
H A Dsdhci-esdhc-imx.c544 if (unlikely(reg == SDHCI_MAX_CURRENT) && esdhc_is_usdhc(imx_data)) { in esdhc_readl_le()
H A Dsdhci.c90 sdhci_readl(host, SDHCI_MAX_CURRENT)); in sdhci_dumpregs()
4621 max_current_caps = sdhci_readl(host, SDHCI_MAX_CURRENT); in sdhci_setup_host()