Home
last modified time | relevance | path

Searched refs:read_b (Results 1 – 2 of 2) 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/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c162 .read_b = bcm2835_sdhci_readb,