HomeSort by: relevance | last modified time | path
    Searched refs:max_uvol (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/fdt/
fdt_regulator.c 153 u_int max_uvol)
160 return rc->rc_funcs->set_voltage(rc->rc_dev, min_uvol, max_uvol);
176 u_int max_uvol)
189 if (uvol > max_uvol)
fixedregulator.c 183 fixedregulator_set_voltage(device_t dev, u_int min_uvol, u_int max_uvol)
187 if (sc->sc_min_uvol > max_uvol || sc->sc_max_uvol < min_uvol)
  /src/sys/dev/i2c/
as3722.c 597 as3722reg_set_voltage_ldo(device_t dev, u_int min_uvol, u_int max_uvol)
609 if (uvol >= min_uvol && uvol <= max_uvol) {
616 if (uvol >= min_uvol && uvol <= max_uvol) {
664 as3722reg_set_voltage_sd0(device_t dev, u_int min_uvol, u_int max_uvol)
677 if (uvol >= min_uvol && uvol <= max_uvol) {
685 if (uvol >= min_uvol && uvol <= max_uvol) {
741 as3722reg_set_voltage_sd4(device_t dev, u_int min_uvol, u_int max_uvol)
754 if (uvol >= min_uvol && uvol <= max_uvol) {
761 if (uvol >= min_uvol && uvol <= max_uvol) {
768 if (uvol >= min_uvol && uvol <= max_uvol) {
    [all...]
fan53555.c 165 fan53555_set_voltage(device_t dev, u_int min_uvol, u_int max_uvol)
sy8106a.c 134 sy8106a_set_voltage(device_t dev, u_int min_uvol, u_int max_uvol)
axppmic.c 1340 axpreg_set_voltage(device_t dev, u_int min_uvol, u_int max_uvol)
1346 min_uvol / 1000, max_uvol / 1000);
1386 u_int uvol, min_uvol, max_uvol; local in function:axpreg_attach
1408 of_getprop_uint32(phandle, "regulator-max-microvolt", &max_uvol) == 0) {
1409 if (uvol < min_uvol || uvol > max_uvol) {
1411 uvol, min_uvol, max_uvol);
1412 axpreg_set_voltage(self, min_uvol, max_uvol);
rkpmic.c 570 rkreg_set_voltage(device_t dev, u_int min_uvol, u_int max_uvol)
axp20x.c 712 axp20xreg_set_voltage(device_t dev, u_int min_uvol, u_int max_uvol)
tps65217pmic.c 1013 tps65217reg_set_voltage(device_t dev, u_int min_uvol, u_int max_uvol)

Completed in 19 milliseconds