Searched refs:read_b (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/include/ |
H A D | sdhci.h | 246 u8 (*read_b)(struct sdhci_host *host, int reg); member 326 if (unlikely(host->ops->read_b)) in sdhci_readb() 327 return host->ops->read_b(host, reg); in sdhci_readb()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-of-hlwd.c | 53 .read_b = sdhci_be32bs_readb,
|
H A D | sdhci.h | 632 u8 (*read_b)(struct sdhci_host *host, int reg); member 718 if (unlikely(host->ops->read_b)) in sdhci_readb() 719 return host->ops->read_b(host, reg); in sdhci_readb()
|
H A D | sdhci-iproc.c | 195 .read_b = sdhci_iproc_readb, 275 .read_b = sdhci_iproc_readb,
|
H A D | sdhci-esdhc-mcf.c | 347 .read_b = esdhc_mcf_readb_be,
|
H A D | sdhci-of-esdhc.c | 1272 .read_b = esdhc_be_readb, 1290 .read_b = esdhc_le_readb,
|
H A D | sdhci-pci-gli.c | 1545 .read_b = sdhci_gli_readb, 1566 .read_b = sdhci_gli_readb,
|
H A D | sdhci-esdhc-imx.c | 1390 .read_b = esdhc_readb_le,
|
/openbmc/u-boot/drivers/mmc/ |
H A D | bcm2835_sdhci.c | 162 .read_b = bcm2835_sdhci_readb,
|