Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dsdhci.h250 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
302 if (unlikely(host->ops->write_l)) in sdhci_writel()
303 host->ops->write_l(host, val, reg); in sdhci_writel()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dbcm2835_sdhci.c151 .write_l = bcm2835_sdhci_writel,