Searched refs:read_l (Results 1 - 3 of 3) sorted by last modified time

/u-boot/drivers/mmc/
H A Diproc_sdhci.c233 .read_l = sdhci_iproc_readl,
H A Dbcm2835_sdhci.c162 .read_l = bcm2835_sdhci_readl,
/u-boot/include/
H A Dsdhci.h267 u32 (*read_l)(struct sdhci_host *host, int reg); member in struct:sdhci_ops
395 if (unlikely(host->ops->read_l))
396 return host->ops->read_l(host, reg);

Completed in 39 milliseconds