Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci-of-hlwd.c55 .read_l = sdhci_be32bs_readl,
Dsdhci.h515 u32 (*read_l)(struct sdhci_host *host, int reg); member
574 if (unlikely(host->ops->read_l)) in sdhci_readl()
575 return host->ops->read_l(host, reg); in sdhci_readl()
Dsdhci-dove.c63 .read_l = sdhci_dove_readl,
Dsdhci-bcm2835.c131 .read_l = bcm2835_sdhci_readl,
Dsdhci-iproc.c145 .read_l = sdhci_iproc_readl,
Dsdhci-of-esdhc.c288 .read_l = esdhc_readl,
Dsdhci-st.c335 .read_l = sdhci_st_readl,
Dsdhci-esdhc-imx.c840 .read_l = esdhc_readl_le,