read_l            204 drivers/mmc/host/cqhci.h 	u32 (*read_l)(struct cqhci_host *host, int reg);
read_l            221 drivers/mmc/host/cqhci.h 	if (unlikely(host->ops->read_l))
read_l            222 drivers/mmc/host/cqhci.h 		return host->ops->read_l(host, reg);
read_l             51 drivers/mmc/host/sdhci-dove.c 	.read_l	= sdhci_dove_readl,
read_l           1137 drivers/mmc/host/sdhci-esdhc-imx.c 	.read_l = esdhc_readl_le,
read_l            185 drivers/mmc/host/sdhci-iproc.c 	.read_l = sdhci_iproc_readl,
read_l           1135 drivers/mmc/host/sdhci-of-esdhc.c 	.read_l = esdhc_be_readl,
read_l           1153 drivers/mmc/host/sdhci-of-esdhc.c 	.read_l = esdhc_le_readl,
read_l             51 drivers/mmc/host/sdhci-of-hlwd.c 	.read_l = sdhci_be32bs_readl,
read_l            374 drivers/mmc/host/sdhci-pci-gli.c 	.read_l                 = sdhci_gl9750_readl,
read_l            144 drivers/mmc/host/sdhci-sirf.c 	.read_l = sdhci_sirf_readl_le,
read_l            383 drivers/mmc/host/sdhci-sprd.c 	.read_l = sdhci_sprd_readl,
read_l            327 drivers/mmc/host/sdhci-st.c 	.read_l = sdhci_st_readl,
read_l            613 drivers/mmc/host/sdhci.h 	u32		(*read_l)(struct sdhci_host *host, int reg);
read_l            679 drivers/mmc/host/sdhci.h 	if (unlikely(host->ops->read_l))
read_l            680 drivers/mmc/host/sdhci.h 		return host->ops->read_l(host, reg);