Searched full:sdhci_capabilities (Results 1 – 20 of 20) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | sdhci-common.yaml | 20 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 D | sdhci-npcm.c | 55 caps = sdhci_readl(host, SDHCI_CAPABILITIES); in npcm_sdhci_probe()
|
H A D | sdhci-dove.c | 41 case SDHCI_CAPABILITIES: in sdhci_dove_readl()
|
H A D | sdhci-of-at91.c | 178 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 D | sdhci_f_sdh30.c | 184 reg = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_f_sdh30_probe()
|
H A D | sdhci-pic32.c | 131 host->caps = readl(host->ioaddr + SDHCI_CAPABILITIES); in pic32_sdhci_probe_platform()
|
H A D | sdhci-esdhc-mcf.c | 165 if (unlikely(reg == SDHCI_CAPABILITIES)) in esdhc_mcf_readl_be()
|
H A D | sdhci-st.c | 312 case SDHCI_CAPABILITIES: in sdhci_st_readl()
|
H A D | sdhci.h | 210 #define SDHCI_CAPABILITIES 0x40 macro
|
H A D | sdhci-esdhc-imx.c | 508 if (unlikely(reg == SDHCI_CAPABILITIES)) { in esdhc_readl_le() 529 val = readl(host->ioaddr + SDHCI_CAPABILITIES) & 0xFFFF; in esdhc_readl_le()
|
H A D | sdhci-pci-o2micro.c | 737 caps = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_pci_o2_probe_slot()
|
H A D | sdhci-acpi.c | 318 sdhci_readl(host, SDHCI_CAPABILITIES) == 0x446cc8b2 && in intel_probe_slot()
|
H A D | sdhci-of-esdhc.c | 130 if ((spec_reg == SDHCI_CAPABILITIES) && (value & SDHCI_CAN_DO_ADMA1)) { in esdhc_readl_fixup()
|
H A D | sdhci.c | 86 sdhci_readl(host, SDHCI_CAPABILITIES), in sdhci_dumpregs() 4136 host->caps = sdhci_readl(host, SDHCI_CAPABILITIES); in __sdhci_read_caps() 4264 sdhci_readl(host, SDHCI_CAPABILITIES), in sdhci_setup_host()
|
H A D | sdhci-msm.c | 2627 config = readl_relaxed(host->ioaddr + SDHCI_CAPABILITIES); in sdhci_msm_probe()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | msm_sdhci.c | 139 caps = readl(host->ioaddr + SDHCI_CAPABILITIES); in msm_sdc_probe()
|
H A D | sdhci.c | 593 caps = sdhci_readl(host, SDHCI_CAPABILITIES);
|
/openbmc/u-boot/include/ |
H A D | sdhci.h | 153 #define SDHCI_CAPABILITIES 0x40 macro
|
/openbmc/qemu/hw/arm/ |
H A D | xlnx-zynqmp.c | 88 #define SDHCI_CAPABILITIES 0x280737ec6481 /* Datasheet: UG1085 (v1.7) */ macro 695 if (!object_property_set_uint(sdhci, "capareg", SDHCI_CAPABILITIES, in xlnx_zynqmp_realize()
|
H A D | xlnx-versal.c | 317 #define SDHCI_CAPABILITIES 0x280737ec6481 /* Same as on ZynqMP. */ macro 332 object_property_set_uint(OBJECT(dev), "capareg", SDHCI_CAPABILITIES, in versal_create_sds()
|