HomeSort by: relevance | last modified time | path
    Searched defs:sc_vref_supply (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/spi/
mcp3k.c 87 struct fdtbus_regulator *sc_vref_supply; member in struct:mcp3kadc_softc
266 sc->sc_vref_supply = fdtbus_regulator_acquire(phandle, "vref-supply");
267 if (sc->sc_vref_supply == NULL) {
273 error = fdtbus_regulator_enable(sc->sc_vref_supply);
281 error = fdtbus_regulator_get_voltage(sc->sc_vref_supply, &uvolts);
286 (void) fdtbus_regulator_disable(sc->sc_vref_supply);

Completed in 13 milliseconds