Home
last modified time | relevance | path

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

/drivers/mmc/host/
A Dcqhci.h284 void (*write_l)(struct cqhci_host *host, u32 val, int reg); member
301 if (unlikely(host->ops->write_l)) in cqhci_writel()
302 host->ops->write_l(host, val, reg); in cqhci_writel()
A Dsdhci-of-hlwd.c54 .write_l = sdhci_hlwd_writel,
A Dsdhci-iproc.c196 .write_l = sdhci_iproc_writel,
276 .write_l = sdhci_iproc_writel,
A Dsdhci.h686 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
733 if (unlikely(host->ops->write_l)) in sdhci_writel()
734 host->ops->write_l(host, val, reg); in sdhci_writel()
A Dsdhci-tegra.c1339 .write_l = tegra_cqhci_writel,
1364 .write_l = tegra_sdhci_writel,
1426 .write_l = tegra_sdhci_writel,
1475 .write_l = tegra_sdhci_writel,
1512 .write_l = tegra_sdhci_writel,
A Dsdhci-esdhc-mcf.c348 .write_l = esdhc_mcf_writel_be,
A Dsdhci-cadence.c382 .write_l = elba_write_l,
A Dsdhci-of-esdhc.c1273 .write_l = esdhc_be_writel,
1291 .write_l = esdhc_le_writel,
A Dsdhci-sprd.c444 .write_l = sdhci_sprd_writel,
A Dsdhci-esdhc-imx.c1499 .write_l = esdhc_writel_le,

Completed in 32 milliseconds