Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dcqhci.h281 void (*write_l)(struct cqhci_host *host, u32 val, int reg); member
297 if (unlikely(host->ops->write_l)) in cqhci_writel()
298 host->ops->write_l(host, val, reg); in cqhci_writel()
Dsdhci-of-hlwd.c54 .write_l = sdhci_hlwd_writel,
Dsdhci.h639 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
686 if (unlikely(host->ops->write_l)) in sdhci_writel()
687 host->ops->write_l(host, val, reg); in sdhci_writel()
Dsdhci-iproc.c205 .write_l = sdhci_iproc_writel,
285 .write_l = sdhci_iproc_writel,
Dsdhci-tegra.c1327 .write_l = tegra_cqhci_writel,
1352 .write_l = tegra_sdhci_writel,
1414 .write_l = tegra_sdhci_writel,
1463 .write_l = tegra_sdhci_writel,
1500 .write_l = tegra_sdhci_writel,
Dsdhci-esdhc-mcf.c346 .write_l = esdhc_mcf_writel_be,
Dsdhci-of-esdhc.c1266 .write_l = esdhc_be_writel,
1284 .write_l = esdhc_le_writel,
Dsdhci-sprd.c401 .write_l = sdhci_sprd_writel,
Dsdhci-esdhc-imx.c1322 .write_l = esdhc_writel_le,