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

  /src/sys/dev/fdt/
pwmregulator.c 59 uint32_t microvolt; member in struct:voltage_duty
119 if (of_getprop_uint32(phandle, "regulator-min-microvolt",
122 "missing regulator-min-microvolt properties\n");
125 if (of_getprop_uint32(phandle, "regulator-max-microvolt",
128 "missing regulator-max-microvolt properties\n");
264 if (abs(sc->sc_voltage_table[i].microvolt - uv) <
265 abs(sc->sc_voltage_table[bestidx].microvolt - uv))
313 uv = sc->sc_voltage_table[bestidx].microvolt;

Completed in 13 milliseconds