Searched refs:rd_volt_max (Results 1 – 3 of 3) sorted by relevance
46 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()
30 uint32_t rd_volt_min, rd_volt_max; member
117 y1 = sc->sc_rd.rd_volt_max; in pwmreg_get_voltage()135 x1 = sc->sc_rd.rd_volt_max; in pwmreg_set_voltage()