Searched refs:sc_signal_voltage (Results 1 – 3 of 3) sorted by relevance
39 int (*sc_signal_voltage)(struct sdhc_softc *, int); member
829 if (hp->sc->sc_signal_voltage) in sdhc_signal_voltage()830 return hp->sc->sc_signal_voltage(hp->sc, signal_voltage); in sdhc_signal_voltage()
196 sc->sc.sc_signal_voltage = sdhc_fdt_signal_voltage; in sdhc_fdt_attach()