Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H 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()
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.h620 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
667 if (unlikely(host->ops->write_l)) in sdhci_writel()
668 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.c1268 .write_l = esdhc_be_writel,
1286 .write_l = esdhc_le_writel,
H A Dsdhci-sprd.c395 .write_l = sdhci_sprd_writel,
H A Dsdhci-esdhc-imx.c1274 .write_l = esdhc_writel_le,
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h250 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
302 if (unlikely(host->ops->write_l)) in sdhci_writel()
303 host->ops->write_l(host, val, reg); in sdhci_writel()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dgeneric.c64 static void write_l(xf86Int10InfoPtr pInt, int addr, uint32_t val);
89 write_l
465 write_l(xf86Int10InfoPtr pInt, int addr, uint32_t val) in write_l() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c39 static void write_l(xf86Int10InfoPtr pInt, int addr, CARD32 val);
47 write_l
499 write_l(xf86Int10InfoPtr pInt, int addr, CARD32 val) in write_l() function
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c151 .write_l = bcm2835_sdhci_writel,