Home
last modified time | relevance | path

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

/u-boot/include/
A Dsdhci.h262 void (*write_l)(struct sdhci_host *host, u32 val, int reg); member
344 if (unlikely(host->ops->write_l)) in sdhci_writel()
345 host->ops->write_l(host, val, reg); in sdhci_writel()
/u-boot/drivers/mmc/
A Dbcm2835_sdhci.c159 .write_l = bcm2835_sdhci_writel,
A Diproc_sdhci.c236 .write_l = sdhci_iproc_writel,

Completed in 8 milliseconds