Searched refs:write_l (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/mmc/host/ ! |
D | cqhci.h | 281 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()
|
D | sdhci-of-hlwd.c | 54 .write_l = sdhci_hlwd_writel,
|
D | sdhci.h | 627 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()
|
D | sdhci-iproc.c | 195 .write_l = sdhci_iproc_writel, 275 .write_l = sdhci_iproc_writel,
|
D | sdhci-tegra.c | 1338 .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,
|
D | sdhci-esdhc-mcf.c | 346 .write_l = esdhc_mcf_writel_be,
|
D | sdhci-of-esdhc.c | 1268 .write_l = esdhc_be_writel, 1286 .write_l = esdhc_le_writel,
|
D | sdhci-sprd.c | 410 .write_l = sdhci_sprd_writel,
|
D | sdhci-esdhc-imx.c | 1336 .write_l = esdhc_writel_le,
|