Searched refs:write_l (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | cqhci.h | 284 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 D | sdhci-of-hlwd.c | 54 .write_l = sdhci_hlwd_writel,
|
H A D | sdhci.h | 633 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member 678 if (unlikely(host->ops->write_l)) in sdhci_writel() 679 host->ops->write_l(host, val, reg); in sdhci_writel()
|
H A D | sdhci-iproc.c | 196 .write_l = sdhci_iproc_writel, 276 .write_l = sdhci_iproc_writel,
|
H A D | sdhci-tegra.c | 1339 .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 D | sdhci-esdhc-mcf.c | 346 .write_l = esdhc_mcf_writel_be,
|
H A D | sdhci-cadence.c | 382 .write_l = elba_write_l,
|
H A D | sdhci-of-esdhc.c | 1273 .write_l = esdhc_be_writel, 1291 .write_l = esdhc_le_writel,
|
H A D | sdhci-sprd.c | 445 .write_l = sdhci_sprd_writel,
|
H A D | sdhci-esdhc-imx.c | 1391 .write_l = esdhc_writel_le,
|
/openbmc/u-boot/include/ |
H A D | sdhci.h | 247 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member 286 if (unlikely(host->ops->write_l)) in sdhci_writel() 287 host->ops->write_l(host, val, reg); in sdhci_writel()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | bcm2835_sdhci.c | 157 .write_l = bcm2835_sdhci_writel,
|