Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dcqhci.h203 void (*write_l)(struct cqhci_host *host, u32 val, int reg); member
213 if (unlikely(host->ops->write_l)) in cqhci_writel()
214 host->ops->write_l(host, val, reg); in cqhci_writel()
Dsdhci-of-hlwd.c54 .write_l = sdhci_hlwd_writel,
Dsdhci.h614 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
653 if (unlikely(host->ops->write_l)) in sdhci_writel()
654 host->ops->write_l(host, val, reg); in sdhci_writel()
Dsdhci-tegra.c1231 .write_l = tegra_cqhci_writel,
1254 .write_l = tegra_sdhci_writel,
1314 .write_l = tegra_sdhci_writel,
1361 .write_l = tegra_sdhci_writel,
1397 .write_l = tegra_sdhci_writel,
Dsdhci-iproc.c188 .write_l = sdhci_iproc_writel,
Dsdhci-of-esdhc.c949 .write_l = esdhc_be_writel,
967 .write_l = esdhc_le_writel,
Dsdhci-sprd.c384 .write_l = sdhci_sprd_writel,
Dsdhci-esdhc-imx.c1140 .write_l = esdhc_writel_le,