Home
last modified time | relevance | path

Searched refs:write_l (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A 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()
H A Dsdhci-of-hlwd.c54 .write_l = sdhci_hlwd_writel,
H A Dsdhci-iproc.c205 .write_l = sdhci_iproc_writel,
285 .write_l = sdhci_iproc_writel,
H A Dsdhci.h621 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
666 if (unlikely(host->ops->write_l)) in sdhci_writel()
667 host->ops->write_l(host, val, reg); in sdhci_writel()
H A Dsdhci-tegra.c1325 .write_l = tegra_cqhci_writel,
1350 .write_l = tegra_sdhci_writel,
1410 .write_l = tegra_sdhci_writel,
1457 .write_l = tegra_sdhci_writel,
1494 .write_l = tegra_sdhci_writel,
H A Dsdhci-esdhc-mcf.c346 .write_l = esdhc_mcf_writel_be,
H A Dsdhci-of-esdhc.c1266 .write_l = esdhc_be_writel,
1284 .write_l = esdhc_le_writel,
H A Dsdhci-sprd.c421 .write_l = sdhci_sprd_writel,
H A Dsdhci-esdhc-imx.c1276 .write_l = esdhc_writel_le,
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dcqhci.h284 void (*write_l)(struct cqhci_host *host, u32 val, int reg); member
300 if (unlikely(host->ops->write_l)) in cqhci_writel()
301 host->ops->write_l(host, val, reg); in cqhci_writel()
H A Dsdhci-of-hlwd.c54 .write_l = sdhci_hlwd_writel,
H A Dsdhci-iproc.c196 .write_l = sdhci_iproc_writel,
276 .write_l = sdhci_iproc_writel,
H A Dsdhci.h632 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
677 if (unlikely(host->ops->write_l)) in sdhci_writel()
678 host->ops->write_l(host, val, reg); in sdhci_writel()
H 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,
H A Dsdhci-cadence.c382 .write_l = elba_write_l,
H A Dsdhci-esdhc-mcf.c346 .write_l = esdhc_mcf_writel_be,
H A Dsdhci-of-esdhc.c1273 .write_l = esdhc_be_writel,
1291 .write_l = esdhc_le_writel,
H A Dsdhci-sprd.c445 .write_l = sdhci_sprd_writel,
H A Dsdhci-esdhc-imx.c1386 .write_l = esdhc_writel_le,

Completed in 26 milliseconds