Home
last modified time | relevance | path

Searched refs:read_l (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
Dcqhci.h204 u32 (*read_l)(struct cqhci_host *host, int reg); member
223 if (unlikely(host->ops->read_l)) in cqhci_readl()
224 return host->ops->read_l(host, reg); in cqhci_readl()
Dsdhci-of-hlwd.c51 .read_l = sdhci_be32bs_readl,
Dsdhci-dove.c51 .read_l = sdhci_dove_readl,
Dsdhci-iproc.c202 .read_l = sdhci_iproc_readl,
282 .read_l = sdhci_iproc_readl,
Dsdhci.h616 u32 (*read_l)(struct sdhci_host *host, int reg); member
688 if (unlikely(host->ops->read_l)) in sdhci_readl()
689 return host->ops->read_l(host, reg); in sdhci_readl()
Dsdhci-sirf.c144 .read_l = sdhci_sirf_readl_le,
Dsdhci-of-aspeed.c126 .read_l = aspeed_sdhci_readl,
Dsdhci-esdhc-mcf.c349 .read_l = esdhc_mcf_readl_be,
Dsdhci-st.c327 .read_l = sdhci_st_readl,
Dsdhci-of-esdhc.c1260 .read_l = esdhc_be_readl,
1278 .read_l = esdhc_le_readl,
Dsdhci-sprd.c394 .read_l = sdhci_sprd_readl,
Dsdhci-pci-gli.c826 .read_l = sdhci_gl9750_readl,
Dsdhci-esdhc-imx.c1286 .read_l = esdhc_readl_le,
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch10253 - .read_l = sdhci_iproc_readl,