Searched refs:write_l (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A 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()
|
| H A D | sdhci-of-hlwd.c | 54 .write_l = sdhci_hlwd_writel,
|
| H A D | sdhci-iproc.c | 205 .write_l = sdhci_iproc_writel, 285 .write_l = sdhci_iproc_writel,
|
| H A D | sdhci.h | 620 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 D | sdhci-tegra.c | 1325 .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 D | sdhci-esdhc-mcf.c | 346 .write_l = esdhc_mcf_writel_be,
|
| H A D | sdhci-of-esdhc.c | 1268 .write_l = esdhc_be_writel, 1286 .write_l = esdhc_le_writel,
|
| H A D | sdhci-sprd.c | 395 .write_l = sdhci_sprd_writel,
|
| H A D | sdhci-esdhc-imx.c | 1274 .write_l = esdhc_writel_le,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sdhci.h | 250 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 D | generic.c | 64 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 D | linux.c | 39 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 D | bcm2835_sdhci.c | 151 .write_l = bcm2835_sdhci_writel,
|