Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsdhci.h246 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 Dsdhci-of-hlwd.c53 .read_b = sdhci_be32bs_readb,
H A Dsdhci.h632 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 Dsdhci-iproc.c195 .read_b = sdhci_iproc_readb,
275 .read_b = sdhci_iproc_readb,
H A Dsdhci-esdhc-mcf.c347 .read_b = esdhc_mcf_readb_be,
H A Dsdhci-of-esdhc.c1272 .read_b = esdhc_be_readb,
1290 .read_b = esdhc_le_readb,
H A Dsdhci-pci-gli.c1535 .read_b = sdhci_gli_readb,
1556 .read_b = sdhci_gli_readb,
H A Dsdhci-esdhc-imx.c1385 .read_b = esdhc_readb_le,
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c162 .read_b = bcm2835_sdhci_readb,