Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dsdhci.h297 void (*write_w)(struct sdhci_host *host, u16 val, int reg); member
395 if (unlikely(host->ops->write_w)) in sdhci_writew()
396 host->ops->write_w(host, val, reg); in sdhci_writew()
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dbcm2835_sdhci.c159 .write_w = bcm2835_sdhci_writew,
Diproc_sdhci.c158 .write_w = sdhci_iproc_writew,