Searched refs:SDHCI_CAPABILITIES (Results 1 - 25 of 29) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/mmc/host/ |
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 | 164 reg = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_f_sdh30_probe()
|
H A D | sdhci-pic32.c | 132 host->caps = readl(host->ioaddr + SDHCI_CAPABILITIES); in pic32_sdhci_probe_platform()
|
H A D | sdhci-brcmstb.c | 323 host->caps = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_brcmstb_probe()
|
H A D | sdhci-st.c | 312 case SDHCI_CAPABILITIES: in sdhci_st_readl()
|
H A D | sdhci-esdhc-mcf.c | 165 if (unlikely(reg == SDHCI_CAPABILITIES)) in esdhc_mcf_readl_be()
|
H A D | sdhci-pxav3.c | 129 host->caps = sdhci_readl(host, SDHCI_CAPABILITIES); in armada_38x_quirks()
|
H A D | sdhci.h | 202 #define SDHCI_CAPABILITIES 0x40 macro
|
H A D | sdhci-sprd.c | 686 host->caps = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_sprd_probe()
|
H A D | sdhci-acpi.c | 390 sdhci_readl(host, SDHCI_CAPABILITIES) == 0x446cc8b2 && in intel_probe_slot()
|
H A D | sdhci-pci-o2micro.c | 572 caps = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_pci_o2_probe_slot()
|
H A D | sdhci-esdhc-imx.c | 400 if (unlikely(reg == SDHCI_CAPABILITIES)) { in esdhc_readl_le() 421 val = readl(host->ioaddr + SDHCI_CAPABILITIES) & 0xFFFF; in esdhc_readl_le()
|
H A D | sdhci-of-esdhc.c | 123 if ((spec_reg == SDHCI_CAPABILITIES) && (value & SDHCI_CAN_DO_ADMA1)) { in esdhc_readl_fixup()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
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-st.c | 312 case SDHCI_CAPABILITIES: in sdhci_st_readl()
|
H A D | sdhci-esdhc-mcf.c | 165 if (unlikely(reg == SDHCI_CAPABILITIES)) in esdhc_mcf_readl_be()
|
H A D | sdhci.h | 209 #define SDHCI_CAPABILITIES 0x40 macro
|
H A D | sdhci-acpi.c | 315 sdhci_readl(host, SDHCI_CAPABILITIES) == 0x446cc8b2 && in intel_probe_slot()
|
H A D | sdhci-esdhc-imx.c | 503 if (unlikely(reg == SDHCI_CAPABILITIES)) { in esdhc_readl_le() 524 val = readl(host->ioaddr + SDHCI_CAPABILITIES) & 0xFFFF; in esdhc_readl_le()
|
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-pci-o2micro.c | 737 caps = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_pci_o2_probe_slot()
|
Completed in 28 milliseconds
12