Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ds5p_sdhci.c84 .set_control_reg = &s5p_sdhci_set_control_reg,
H A Dsdhci.c505 if (host->ops && host->ops->set_control_reg)
506 host->ops->set_control_reg(host);
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h255 void (*set_control_reg)(struct sdhci_host *host); member