Searched refs:VREG_VOLTAGE (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/regulator/ |
D | twl-regulator.c | 71 #define VREG_VOLTAGE 3 macro 379 return twlreg_write(info, TWL_MODULE_PM_RECEIVER, VREG_VOLTAGE, in twl4030ldo_set_voltage_sel() 386 int vsel = twlreg_read(info, TWL_MODULE_PM_RECEIVER, VREG_VOLTAGE); in twl4030ldo_get_voltage_sel()
|
D | twl6030-regulator.c | 51 #define VREG_VOLTAGE 3 macro 266 return twlreg_write(info, TWL_MODULE_PM_RECEIVER, VREG_VOLTAGE, in twl6030ldo_set_voltage_sel() 273 int vsel = twlreg_read(info, TWL_MODULE_PM_RECEIVER, VREG_VOLTAGE); in twl6030ldo_get_voltage_sel()
|