Searched refs:read_w (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sdhci.h | 248 u16 (*read_w)(struct sdhci_host *host, int reg); member 334 if (unlikely(host->ops->read_w)) in sdhci_readw() 335 return host->ops->read_w(host, reg); in sdhci_readw()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | generic.c | 60 static uint16_t read_w(xf86Int10InfoPtr pInt, int addr); 85 read_w, 425 read_w(xf86Int10InfoPtr pInt, int addr) in read_w() function
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/ |
| H A D | linux.c | 35 static CARD16 read_w(xf86Int10InfoPtr pInt, int addr); 43 read_w, 474 read_w(xf86Int10InfoPtr pInt, int addr) in read_w() function
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-of-hlwd.c | 52 .read_w = sdhci_be32bs_readw,
|
| H A D | sdhci-iproc.c | 203 .read_w = sdhci_iproc_readw, 283 .read_w = sdhci_iproc_readw,
|
| H A D | sdhci-dove.c | 50 .read_w = sdhci_dove_readw,
|
| H A D | sdhci.h | 618 u16 (*read_w)(struct sdhci_host *host, int reg); member 699 if (unlikely(host->ops->read_w)) in sdhci_readw() 700 return host->ops->read_w(host, reg); in sdhci_readw()
|
| H A D | sdhci-sirf.c | 145 .read_w = sdhci_sirf_readw_le,
|
| H A D | sdhci-tegra.c | 1349 .read_w = tegra_sdhci_readw, 1408 .read_w = tegra_sdhci_readw, 1455 .read_w = tegra_sdhci_readw, 1493 .read_w = tegra_sdhci_readw,
|
| H A D | sdhci-esdhc-mcf.c | 348 .read_w = esdhc_mcf_readw_be,
|
| H A D | sdhci-of-esdhc.c | 1266 .read_w = esdhc_be_readw, 1284 .read_w = esdhc_le_readw,
|
| H A D | sdhci-esdhc-imx.c | 1272 .read_w = esdhc_readw_le,
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | bcm2835_sdhci.c | 155 .read_w = bcm2835_sdhci_readw,
|