Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dcqhci.h210 u32 (*read_l)(struct cqhci_host *host, int reg); member
225 if (unlikely(host->ops->read_l)) in cqhci_readl()
226 return host->ops->read_l(host, reg); in cqhci_readl()
Dsdhci-of-hlwd.c55 .read_l = sdhci_be32bs_readl,
Dsdhci-dove.c63 .read_l = sdhci_dove_readl,
Dsdhci.h573 u32 (*read_l)(struct sdhci_host *host, int reg); member
636 if (unlikely(host->ops->read_l)) in sdhci_readl()
637 return host->ops->read_l(host, reg); in sdhci_readl()
Dsdhci-sirf.c150 .read_l = sdhci_sirf_readl_le,
Dsdhci-iproc.c174 .read_l = sdhci_iproc_readl,
Dsdhci-of-esdhc.c767 .read_l = esdhc_be_readl,
784 .read_l = esdhc_le_readl,
Dsdhci-st.c336 .read_l = sdhci_st_readl,
Dsdhci-esdhc-imx.c1048 .read_l = esdhc_readl_le,