Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dsdhci.h251 void (*write_w)(struct sdhci_host *host, u16 val, int reg); member
310 if (unlikely(host->ops->write_w)) in sdhci_writew()
311 host->ops->write_w(host, val, reg); in sdhci_writew()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dbcm2835_sdhci.c152 .write_w = bcm2835_sdhci_writew,