Searched refs:read_l (Results 1 – 12 of 12) sorted by relevance
/drivers/mmc/host/ |
D | cqhci.h | 282 u32 (*read_l)(struct cqhci_host *host, int reg); member 305 if (unlikely(host->ops->read_l)) in cqhci_readl() 306 return host->ops->read_l(host, reg); in cqhci_readl()
|
D | sdhci-of-hlwd.c | 51 .read_l = sdhci_be32bs_readl,
|
D | sdhci.h | 627 u32 (*read_l)(struct sdhci_host *host, int reg); member 701 if (unlikely(host->ops->read_l)) in sdhci_readl() 702 return host->ops->read_l(host, reg); in sdhci_readl()
|
D | sdhci-dove.c | 51 .read_l = sdhci_dove_readl,
|
D | sdhci-iproc.c | 192 .read_l = sdhci_iproc_readl, 272 .read_l = sdhci_iproc_readl,
|
D | sdhci-st.c | 327 .read_l = sdhci_st_readl,
|
D | sdhci-esdhc-mcf.c | 349 .read_l = esdhc_mcf_readl_be,
|
D | sdhci-of-esdhc.c | 1263 .read_l = esdhc_be_readl, 1281 .read_l = esdhc_le_readl,
|
D | sdhci-of-aspeed.c | 332 .read_l = aspeed_sdhci_readl,
|
D | sdhci-sprd.c | 413 .read_l = sdhci_sprd_readl,
|
D | sdhci-pci-gli.c | 1177 .read_l = sdhci_gl9750_readl,
|
D | sdhci-esdhc-imx.c | 1334 .read_l = esdhc_readl_le,
|