Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsdhci.h244 u32 (*read_l)(struct sdhci_host *host, int reg); member
310 if (unlikely(host->ops->read_l)) in sdhci_readl()
311 return host->ops->read_l(host, reg); in sdhci_readl()
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c160 .read_l = bcm2835_sdhci_readl,