Home
last modified time | relevance | path

Searched refs:rd_volt_max (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/ofw/
Dofw_regulator.c46 rd->rd_volt_max = OF_getpropint(rd->rd_node, in regulator_register()
48 KASSERT(rd->rd_volt_min <= rd->rd_volt_max); in regulator_register()
68 if (voltage > rd->rd_volt_max) in regulator_register()
69 rd->rd_set_voltage(rd->rd_cookie, rd->rd_volt_max); in regulator_register()
254 if (rd && (voltage < rd->rd_volt_min || voltage > rd->rd_volt_max)) in regulator_set_voltage()
Dofw_regulator.h30 uint32_t rd_volt_min, rd_volt_max; member
/openbsd/src/sys/dev/fdt/
Dpwmreg.c117 y1 = sc->sc_rd.rd_volt_max; in pwmreg_get_voltage()
135 x1 = sc->sc_rd.rd_volt_max; in pwmreg_set_voltage()