Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dcqhci.h203 void (*write_l)(struct cqhci_host *host, u32 val, int reg); member
215 if (unlikely(host->ops->write_l)) in cqhci_writel()
216 host->ops->write_l(host, val, reg); in cqhci_writel()
Dsdhci-of-hlwd.c54 .write_l = sdhci_hlwd_writel,
Dsdhci-iproc.c188 .write_l = sdhci_iproc_writel,
268 .write_l = sdhci_iproc_writel,
Dsdhci.h616 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
661 if (unlikely(host->ops->write_l)) in sdhci_writel()
662 host->ops->write_l(host, val, reg); in sdhci_writel()
Dsdhci-tegra.c1285 .write_l = tegra_cqhci_writel,
1308 .write_l = tegra_sdhci_writel,
1368 .write_l = tegra_sdhci_writel,
1415 .write_l = tegra_sdhci_writel,
1452 .write_l = tegra_sdhci_writel,
Dsdhci-esdhc-mcf.c346 .write_l = esdhc_mcf_writel_be,
Dsdhci-of-esdhc.c1263 .write_l = esdhc_be_writel,
1281 .write_l = esdhc_le_writel,
Dsdhci-sprd.c395 .write_l = sdhci_sprd_writel,
Dsdhci-esdhc-imx.c1275 .write_l = esdhc_writel_le,