Home
last modified time | relevance | path

Searched refs:write_b (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dsdhci.h252 void (*write_b)(struct sdhci_host *host, u8 val, int reg); member
318 if (unlikely(host->ops->write_b)) in sdhci_writeb()
319 host->ops->write_b(host, val, reg); in sdhci_writeb()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmv_sdhci.c83 mv_ops.write_b = mv_sdhci_writeb; in mv_sdh_init()
H A Dbcm2835_sdhci.c153 .write_b = bcm2835_sdhci_writeb,