Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci-of-hlwd.c56 .read_w = sdhci_be32bs_readw,
Dsdhci.h516 u16 (*read_w)(struct sdhci_host *host, int reg); member
582 if (unlikely(host->ops->read_w)) in sdhci_readw()
583 return host->ops->read_w(host, reg); in sdhci_readw()
Dsdhci-tegra.c169 .read_w = tegra_sdhci_readw,
212 .read_w = tegra_sdhci_readw,
Dsdhci-dove.c62 .read_w = sdhci_dove_readw,
Dsdhci-bcm2835.c132 .read_w = bcm2835_sdhci_readw,
Dsdhci-iproc.c146 .read_w = sdhci_iproc_readw,
Dsdhci-of-esdhc.c289 .read_w = esdhc_readw,
Dsdhci-esdhc-imx.c841 .read_w = esdhc_readw_le,