Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mmc/host/
Dsdhci.h258 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
286 if (unlikely(host->ops->write_l)) in sdhci_writel()
287 host->ops->write_l(host, val, reg); in sdhci_writel()
Dsdhci-of-hlwd.c58 .write_l = sdhci_hlwd_writel,
Dsdhci-of-esdhc.c150 .write_l = sdhci_be32bs_writel,
Dsdhci-tegra.c149 .write_l = tegra_sdhci_writel,
Dsdhci-esdhc-imx.c373 .write_l = esdhc_writel_le,