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

  /external/u-boot/drivers/mmc/
s5p_sdhci.c 83 .set_control_reg = &s5p_sdhci_set_control_reg,
sdhci-cadence.c 165 .set_control_reg = sdhci_cdns_set_control_reg,
sdhci.c 464 if (host->ops && host->ops->set_control_reg)
465 host->ops->set_control_reg(host);
zynq_sdhci.c 225 .set_control_reg = &arasan_sdhci_set_control_reg,
  /external/u-boot/include/
sdhci.h 248 void (*set_control_reg)(struct sdhci_host *host); member in struct:sdhci_ops

Completed in 97 milliseconds