Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dmv_sdhci.c40 static struct sdhci_ops mv_ops; variable
81 memset(&mv_ops, 0, sizeof(struct sdhci_ops)); in mv_sdh_init()
82 mv_ops.write_b = mv_sdhci_writeb; in mv_sdh_init()
83 host->ops = &mv_ops; in mv_sdh_init()