Home
last modified time | relevance | path

Searched refs:read_w (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dsdhci.h245 u16 (*read_w)(struct sdhci_host *host, int reg); member
318 if (unlikely(host->ops->read_w)) in sdhci_readw()
319 return host->ops->read_w(host, reg); in sdhci_readw()
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c161 .read_w = bcm2835_sdhci_readw,