Home
last modified time | relevance | path

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

/linux-6.1.9/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.h627 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
672 if (unlikely(host->ops->write_l)) in sdhci_writel()
673 host->ops->write_l(host, val, reg); in sdhci_writel()
Dsdhci-iproc.c195 .write_l = sdhci_iproc_writel,
275 .write_l = sdhci_iproc_writel,
Dsdhci-tegra.c1338 .write_l = tegra_cqhci_writel,
1363 .write_l = tegra_sdhci_writel,
1425 .write_l = tegra_sdhci_writel,
1474 .write_l = tegra_sdhci_writel,
1511 .write_l = tegra_sdhci_writel,
Dsdhci-esdhc-mcf.c346 .write_l = esdhc_mcf_writel_be,
Dsdhci-of-esdhc.c1268 .write_l = esdhc_be_writel,
1286 .write_l = esdhc_le_writel,
Dsdhci-sprd.c410 .write_l = sdhci_sprd_writel,
Dsdhci-esdhc-imx.c1336 .write_l = esdhc_writel_le,