Searched refs:write_b (Results 1 - 4 of 4) sorted by path

/u-boot/drivers/mmc/
H A Dam654_sdhci.c509 .write_b = am654_sdhci_write_b,
569 .write_b = am654_sdhci_write_b,
H A Dbcm2835_sdhci.c161 .write_b = bcm2835_sdhci_writeb,
H A Diproc_sdhci.c238 .write_b = sdhci_iproc_writeb,
/u-boot/include/
H A Dsdhci.h272 void (*write_b)(struct sdhci_host *host, u8 val, int reg); member in struct:sdhci_ops
387 if (unlikely(host->ops->write_b))
388 host->ops->write_b(host, val, reg);

Completed in 69 milliseconds