Home
last modified time | relevance | path

Searched refs:write_l (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
Dsdhci-of-hlwd.c58 .write_l = sdhci_hlwd_writel,
Dsdhci.h518 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
550 if (unlikely(host->ops->write_l)) in sdhci_writel()
551 host->ops->write_l(host, val, reg); in sdhci_writel()
Dsdhci-tegra.c170 .write_l = tegra_sdhci_writel,
214 .write_l = tegra_sdhci_writel,
Dsdhci-bcm2835.c128 .write_l = bcm2835_sdhci_writel,
Dsdhci-iproc.c148 .write_l = sdhci_iproc_writel,
Dsdhci-of-esdhc.c291 .write_l = esdhc_writel,
Dsdhci-esdhc-imx.c842 .write_l = esdhc_writel_le,