Home
last modified time | relevance | path

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

/u-boot/include/
A Dsdhci.h260 u16 (*read_w)(struct sdhci_host *host, int reg); member
376 if (unlikely(host->ops->read_w)) in sdhci_readw()
377 return host->ops->read_w(host, reg); in sdhci_readw()
/u-boot/drivers/mmc/
A Dbcm2835_sdhci.c163 .read_w = bcm2835_sdhci_readw,
A Diproc_sdhci.c234 .read_w = sdhci_iproc_readw,

Completed in 5 milliseconds