Home
last modified time | relevance | path

Searched refs:read_l (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dcqhci.h282 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 Dsdhci-of-hlwd.c51 .read_l = sdhci_be32bs_readl,
H A Dsdhci-iproc.c202 .read_l = sdhci_iproc_readl,
282 .read_l = sdhci_iproc_readl,
H A Dsdhci-dove.c51 .read_l = sdhci_dove_readl,
H A Dsdhci.h617 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 Dsdhci-sirf.c144 .read_l = sdhci_sirf_readl_le,
H A Dsdhci-of-aspeed.c126 .read_l = aspeed_sdhci_readl,
H A Dsdhci-st.c327 .read_l = sdhci_st_readl,
H A Dsdhci-esdhc-mcf.c349 .read_l = esdhc_mcf_readl_be,
H A Dsdhci-of-esdhc.c1265 .read_l = esdhc_be_readl,
1283 .read_l = esdhc_le_readl,
H A Dsdhci-sprd.c394 .read_l = sdhci_sprd_readl,
H A Dsdhci-pci-gli.c826 .read_l = sdhci_gl9750_readl,
H A Dsdhci-esdhc-imx.c1271 .read_l = esdhc_readl_le,
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h247 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 Dgeneric.c61 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 Dlinux.c36 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 Dbcm2835_sdhci.c154 .read_l = bcm2835_sdhci_readl,