Searched refs:read_l (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | cqhci.h | 282 u32 (*read_l)(struct cqhci_host *host, int reg); member 305 if (unlikely(host->ops->read_l)) in cqhci_readl() 306 return host->ops->read_l(host, reg); in cqhci_readl()
|
| H A D | sdhci-of-hlwd.c | 51 .read_l = sdhci_be32bs_readl,
|
| H A D | sdhci-iproc.c | 202 .read_l = sdhci_iproc_readl, 282 .read_l = sdhci_iproc_readl,
|
| H A D | sdhci-dove.c | 51 .read_l = sdhci_dove_readl,
|
| H A D | sdhci.h | 617 u32 (*read_l)(struct sdhci_host *host, int reg); member 691 if (unlikely(host->ops->read_l)) in sdhci_readl() 692 return host->ops->read_l(host, reg); in sdhci_readl()
|
| H A D | sdhci-sirf.c | 144 .read_l = sdhci_sirf_readl_le,
|
| H A D | sdhci-of-aspeed.c | 126 .read_l = aspeed_sdhci_readl,
|
| H A D | sdhci-st.c | 327 .read_l = sdhci_st_readl,
|
| H A D | sdhci-esdhc-mcf.c | 349 .read_l = esdhc_mcf_readl_be,
|
| H A D | sdhci-of-esdhc.c | 1265 .read_l = esdhc_be_readl, 1283 .read_l = esdhc_le_readl,
|
| H A D | sdhci-sprd.c | 394 .read_l = sdhci_sprd_readl,
|
| H A D | sdhci-pci-gli.c | 826 .read_l = sdhci_gl9750_readl,
|
| H A D | sdhci-esdhc-imx.c | 1271 .read_l = esdhc_readl_le,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sdhci.h | 247 u32 (*read_l)(struct sdhci_host *host, int reg); member 326 if (unlikely(host->ops->read_l)) in sdhci_readl() 327 return host->ops->read_l(host, reg); in sdhci_readl()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | generic.c | 61 static uint32_t read_l(xf86Int10InfoPtr pInt, int addr); 86 read_l, 435 read_l(xf86Int10InfoPtr pInt, int addr) in read_l() function
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/ |
| H A D | linux.c | 36 static CARD32 read_l(xf86Int10InfoPtr pInt, int addr); 44 read_l, 480 read_l(xf86Int10InfoPtr pInt, int addr) in read_l() function
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | bcm2835_sdhci.c | 154 .read_l = bcm2835_sdhci_readl,
|