Home
last modified time | relevance | path

Searched refs:read_b (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h249 u8 (*read_b)(struct sdhci_host *host, int reg); member
342 if (unlikely(host->ops->read_b)) in sdhci_readb()
343 return host->ops->read_b(host, reg); in sdhci_readb()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dgeneric.c59 static uint8_t read_b(xf86Int10InfoPtr pInt, int addr);
84 read_b,
419 read_b(xf86Int10InfoPtr pInt, int addr) in read_b() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c34 static CARD8 read_b(xf86Int10InfoPtr pInt, int addr);
42 read_b,
468 read_b(xf86Int10InfoPtr pInt, int addr) in read_b() function
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-of-hlwd.c53 .read_b = sdhci_be32bs_readb,
H A Dsdhci-iproc.c204 .read_b = sdhci_iproc_readb,
284 .read_b = sdhci_iproc_readb,
H A Dsdhci.h619 u8 (*read_b)(struct sdhci_host *host, int reg); member
707 if (unlikely(host->ops->read_b)) in sdhci_readb()
708 return host->ops->read_b(host, reg); in sdhci_readb()
H A Dsdhci-esdhc-mcf.c347 .read_b = esdhc_mcf_readb_be,
H A Dsdhci-of-esdhc.c1267 .read_b = esdhc_be_readb,
1285 .read_b = esdhc_le_readb,
H A Dsdhci-esdhc-imx.c1273 .read_b = esdhc_readb_le,
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c156 .read_b = bcm2835_sdhci_readb,