HomeSort by relevance Sort by last modified time
    Searched refs:write_b (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/mmc/
mv_sdhci.c 82 mv_ops.write_b = mv_sdhci_writeb;
bcm2835_sdhci.c 159 .write_b = bcm2835_sdhci_writeb,
  /external/u-boot/include/
sdhci.h 245 void (*write_b)(struct sdhci_host *host, u8 val, int reg); member in struct:sdhci_ops
297 if (unlikely(host->ops->write_b))
298 host->ops->write_b(host, val, reg);

Completed in 616 milliseconds