Searched refs:rd_volt_min (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/ofw/
H A Dofw_regulator.h30 uint32_t rd_volt_min, rd_volt_max; member in struct:regulator_device
H A Dofw_regulator.c44 rd->rd_volt_min = OF_getpropint(rd->rd_node,
48 KASSERT(rd->rd_volt_min <= rd->rd_volt_max);
66 if (voltage < rd->rd_volt_min)
67 rd->rd_set_voltage(rd->rd_cookie, rd->rd_volt_min);
254 if (rd && (voltage < rd->rd_volt_min || voltage > rd->rd_volt_max))
/openbsd-current/sys/dev/fdt/
H A Dpwmreg.c116 y0 = sc->sc_rd.rd_volt_min;
134 x0 = sc->sc_rd.rd_volt_min;

Completed in 127 milliseconds