Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dsdhci.h295 u8 (*read_b)(struct sdhci_host *host, int reg); member
427 if (unlikely(host->ops->read_b)) in sdhci_readb()
428 return host->ops->read_b(host, reg); in sdhci_readb()
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dbcm2835_sdhci.c163 .read_b = bcm2835_sdhci_readb,
Diproc_sdhci.c156 .read_b = sdhci_iproc_readb,