Home
last modified time | relevance | path

Searched refs:SDHCI_CAPABILITIES (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dsdhci-common.yaml20 Additionally present SDHCI capabilities - values for SDHCI_CAPABILITIES
26 Masked SDHCI capabilities to remove from SDHCI_CAPABILITIES and
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-npcm.c55 caps = sdhci_readl(host, SDHCI_CAPABILITIES); in npcm_sdhci_probe()
H A Dsdhci-dove.c41 case SDHCI_CAPABILITIES: in sdhci_dove_readl()
H A Dsdhci-of-at91.c178 caps0 = readl(host->ioaddr + SDHCI_CAPABILITIES); in sdhci_at91_set_clks_presets()
196 writel(caps0, host->ioaddr + SDHCI_CAPABILITIES); in sdhci_at91_set_clks_presets()
H A Dsdhci-pic32.c131 host->caps = readl(host->ioaddr + SDHCI_CAPABILITIES); in pic32_sdhci_probe_platform()
H A Dsdhci_f_sdh30.c184 reg = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_f_sdh30_probe()
H A Dsdhci-st.c312 case SDHCI_CAPABILITIES: in sdhci_st_readl()
H A Dsdhci-esdhc-mcf.c165 if (unlikely(reg == SDHCI_CAPABILITIES)) in esdhc_mcf_readl_be()
H A Dsdhci.h210 #define SDHCI_CAPABILITIES 0x40 macro
H A Dsdhci-esdhc-imx.c503 if (unlikely(reg == SDHCI_CAPABILITIES)) { in esdhc_readl_le()
524 val = readl(host->ioaddr + SDHCI_CAPABILITIES) & 0xFFFF; in esdhc_readl_le()
H A Dsdhci-acpi.c318 sdhci_readl(host, SDHCI_CAPABILITIES) == 0x446cc8b2 && in intel_probe_slot()
H A Dsdhci-pci-o2micro.c737 caps = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_pci_o2_probe_slot()
H A Dsdhci-of-esdhc.c130 if ((spec_reg == SDHCI_CAPABILITIES) && (value & SDHCI_CAN_DO_ADMA1)) { in esdhc_readl_fixup()
H A Dsdhci.c86 sdhci_readl(host, SDHCI_CAPABILITIES), in sdhci_dumpregs()
4133 host->caps = sdhci_readl(host, SDHCI_CAPABILITIES); in __sdhci_read_caps()
4261 sdhci_readl(host, SDHCI_CAPABILITIES), in sdhci_setup_host()
H A Dsdhci-msm.c2578 config = readl_relaxed(host->ioaddr + SDHCI_CAPABILITIES); in sdhci_msm_probe()
/openbmc/u-boot/drivers/mmc/
H A Dmsm_sdhci.c139 caps = readl(host->ioaddr + SDHCI_CAPABILITIES); in msm_sdc_probe()
H A Dsdhci.c593 caps = sdhci_readl(host, SDHCI_CAPABILITIES);
/openbmc/u-boot/include/
H A Dsdhci.h153 #define SDHCI_CAPABILITIES 0x40 macro
/openbmc/qemu/hw/arm/
H A Dxlnx-zynqmp.c86 #define SDHCI_CAPABILITIES 0x280737ec6481 /* Datasheet: UG1085 (v1.7) */ macro
690 if (!object_property_set_uint(sdhci, "capareg", SDHCI_CAPABILITIES, in xlnx_zynqmp_realize()
H A Dxlnx-versal.c310 #define SDHCI_CAPABILITIES 0x280737ec6481 /* Same as on ZynqMP. */ macro
325 object_property_set_uint(OBJECT(dev), "capareg", SDHCI_CAPABILITIES, in versal_create_sds()