Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Ds5p_sdhci.c83 .set_control_reg = &s5p_sdhci_set_control_reg,
H A Dsdhci.c466 if (host->ops && host->ops->set_control_reg)
467 host->ops->set_control_reg(host);
H A Dsdhci-cadence.c165 .set_control_reg = sdhci_cdns_set_control_reg,
H A Dzynq_sdhci.c224 .set_control_reg = &arasan_sdhci_set_control_reg,
/openbmc/u-boot/include/
H A Dsdhci.h252 void (*set_control_reg)(struct sdhci_host *host); member