Searched refs:write_b (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sdhci.h | 252 void (*write_b)(struct sdhci_host *host, u8 val, int reg); member 318 if (unlikely(host->ops->write_b)) in sdhci_writeb() 319 host->ops->write_b(host, val, reg); in sdhci_writeb()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | generic.c | 62 static void write_b(xf86Int10InfoPtr pInt, int addr, uint8_t val); 87 write_b, 447 write_b(xf86Int10InfoPtr pInt, int addr, uint8_t val) in write_b() function
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/ |
| H A D | linux.c | 37 static void write_b(xf86Int10InfoPtr pInt, int addr, CARD8 val); 45 write_b, 486 write_b(xf86Int10InfoPtr pInt, int addr, CARD8 val) in write_b() function
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-of-hlwd.c | 56 .write_b = sdhci_hlwd_writeb,
|
| H A D | sdhci-iproc.c | 207 .write_b = sdhci_iproc_writeb, 287 .write_b = sdhci_iproc_writeb,
|
| H A D | sdhci.h | 622 void (*write_b)(struct sdhci_host *host, u8 val, int reg); member 683 if (unlikely(host->ops->write_b)) in sdhci_writeb() 684 host->ops->write_b(host, val, reg); in sdhci_writeb()
|
| H A D | sdhci_am654.c | 466 .write_b = sdhci_am654_write_b, 496 .write_b = sdhci_am654_write_b, 520 .write_b = sdhci_am654_write_b,
|
| H A D | sdhci-esdhc-mcf.c | 344 .write_b = esdhc_mcf_writeb_be,
|
| H A D | sdhci-of-esdhc.c | 1270 .write_b = esdhc_be_writeb, 1288 .write_b = esdhc_le_writeb,
|
| H A D | sdhci-sprd.c | 397 .write_b = sdhci_sprd_writeb,
|
| H A D | sdhci-esdhc-imx.c | 1276 .write_b = esdhc_writeb_le,
|
| H A D | sdhci-msm.c | 2462 .write_b = sdhci_msm_writeb,
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mv_sdhci.c | 83 mv_ops.write_b = mv_sdhci_writeb; in mv_sdh_init()
|
| H A D | bcm2835_sdhci.c | 153 .write_b = bcm2835_sdhci_writeb,
|