Home
last modified time | relevance | path

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

/u-boot/include/
A Dsdhci.h261 u8 (*read_b)(struct sdhci_host *host, int reg); member
384 if (unlikely(host->ops->read_b)) in sdhci_readb()
385 return host->ops->read_b(host, reg); in sdhci_readb()
/u-boot/drivers/mmc/
A Dbcm2835_sdhci.c164 .read_b = bcm2835_sdhci_readb,
A Diproc_sdhci.c235 .read_b = sdhci_iproc_readb,

Completed in 6 milliseconds