Searched refs:read_l (Results 1 – 12 of 12) sorted by relevance
| /drivers/mmc/host/ |
| A D | cqhci.h | 285 u32 (*read_l)(struct cqhci_host *host, int reg); member 309 if (unlikely(host->ops->read_l)) in cqhci_readl() 310 return host->ops->read_l(host, reg); in cqhci_readl()
|
| A D | sdhci-of-hlwd.c | 51 .read_l = sdhci_be32bs_readl,
|
| A D | sdhci-iproc.c | 193 .read_l = sdhci_iproc_readl, 273 .read_l = sdhci_iproc_readl,
|
| A D | sdhci-dove.c | 51 .read_l = sdhci_dove_readl,
|
| A D | sdhci.h | 683 u32 (*read_l)(struct sdhci_host *host, int reg); member 757 if (unlikely(host->ops->read_l)) in sdhci_readl() 758 return host->ops->read_l(host, reg); in sdhci_readl()
|
| A D | sdhci-st.c | 327 .read_l = sdhci_st_readl,
|
| A D | sdhci-esdhc-mcf.c | 351 .read_l = esdhc_mcf_readl_be,
|
| A D | sdhci-of-aspeed.c | 332 .read_l = aspeed_sdhci_readl,
|
| A D | sdhci-of-esdhc.c | 1270 .read_l = esdhc_be_readl, 1288 .read_l = esdhc_le_readl,
|
| A D | sdhci-sprd.c | 443 .read_l = sdhci_sprd_readl,
|
| A D | sdhci-esdhc-imx.c | 1496 .read_l = esdhc_readl_le,
|
| A D | sdhci-pci-gli.c | 1982 .read_l = sdhci_gl9750_readl,
|
Completed in 36 milliseconds