Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A 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()
A Dsdhci-of-hlwd.c54 .write_l = sdhci_hlwd_writel,
A Dsdhci.h625 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
670 if (unlikely(host->ops->write_l)) in sdhci_writel()
671 host->ops->write_l(host, val, reg); in sdhci_writel()
A Dsdhci-iproc.c196 .write_l = sdhci_iproc_writel,
276 .write_l = sdhci_iproc_writel,
A Dsdhci-tegra.c1340 .write_l = tegra_cqhci_writel,
1365 .write_l = tegra_sdhci_writel,
1427 .write_l = tegra_sdhci_writel,
1476 .write_l = tegra_sdhci_writel,
1513 .write_l = tegra_sdhci_writel,
A Dsdhci-esdhc-mcf.c346 .write_l = esdhc_mcf_writel_be,
A Dsdhci-of-esdhc.c1275 .write_l = esdhc_be_writel,
1293 .write_l = esdhc_le_writel,
A Dsdhci-sprd.c410 .write_l = sdhci_sprd_writel,
A Dsdhci-esdhc-imx.c1385 .write_l = esdhc_writel_le,

Completed in 24 milliseconds