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

  /src/sys/dev/i2c/
axp20x.c 723 int mvol, error; local in function:axp20xreg_get_voltage
725 error = axp20x_get_dcdc(device_parent(dev), sc->sc_regdef->dcdc, &mvol);
729 *puvol = mvol * 1000;
axp20x.c 723 int mvol, error; local in function:axp20xreg_get_voltage
725 error = axp20x_get_dcdc(device_parent(dev), sc->sc_regdef->dcdc, &mvol);
729 *puvol = mvol * 1000;

Completed in 21 milliseconds