Home
last modified time | relevance | path

Searched refs:SDHCI_CAPABILITIES_1 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dsdhci-common.yaml21 and SDHCI_CAPABILITIES_1 registers.
27 SDHCI_CAPABILITIES_1 registers.
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-at91.c179 caps1 = readl(host->ioaddr + SDHCI_CAPABILITIES_1); in sdhci_at91_set_clks_presets()
197 writel(caps1, host->ioaddr + SDHCI_CAPABILITIES_1); in sdhci_at91_set_clks_presets()
H A Dsdhci-of-esdhc.c166 if (spec_reg == SDHCI_CAPABILITIES_1) { in esdhc_readl_fixup()
338 if (reg == SDHCI_CAPABILITIES_1) in esdhc_be_readl()
353 if (reg == SDHCI_CAPABILITIES_1) in esdhc_le_readl()
H A Dsdhci.h231 #define SDHCI_CAPABILITIES_1 0x44 macro
H A Dsdhci-acpi.c319 sdhci_readl(host, SDHCI_CAPABILITIES_1) == 0x00000807) in intel_probe_slot()
H A Dsdhci.c87 sdhci_readl(host, SDHCI_CAPABILITIES_1)); in sdhci_dumpregs()
4147 host->caps1 = sdhci_readl(host, SDHCI_CAPABILITIES_1); in __sdhci_read_caps()
4265 sdhci_readl(host, SDHCI_CAPABILITIES_1)); in sdhci_setup_host()
H A Dsdhci-esdhc-imx.c521 if (unlikely(reg == SDHCI_CAPABILITIES_1)) { in esdhc_readl_le()
/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c615 caps_1 = sdhci_readl(host, SDHCI_CAPABILITIES_1);
673 caps_1 = sdhci_readl(host, SDHCI_CAPABILITIES_1);
/openbmc/u-boot/include/
H A Dsdhci.h172 #define SDHCI_CAPABILITIES_1 0x44 macro