Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dsdhci.h247 u32 (*read_l)(struct sdhci_host *host, int reg); member
326 if (unlikely(host->ops->read_l)) in sdhci_readl()
327 return host->ops->read_l(host, reg); in sdhci_readl()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dbcm2835_sdhci.c154 .read_l = bcm2835_sdhci_readl,