Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/regulator/
Dwm8350-regulator.c266 int sel, volt_reg, dcdc = rdev_get_id(rdev); in wm8350_dcdc_set_suspend_voltage() local
273 volt_reg = WM8350_DCDC1_LOW_POWER; in wm8350_dcdc_set_suspend_voltage()
276 volt_reg = WM8350_DCDC3_LOW_POWER; in wm8350_dcdc_set_suspend_voltage()
279 volt_reg = WM8350_DCDC4_LOW_POWER; in wm8350_dcdc_set_suspend_voltage()
282 volt_reg = WM8350_DCDC6_LOW_POWER; in wm8350_dcdc_set_suspend_voltage()
295 val = wm8350_reg_read(wm8350, volt_reg) & ~WM8350_DC1_VSEL_MASK; in wm8350_dcdc_set_suspend_voltage()
296 wm8350_reg_write(wm8350, volt_reg, val | sel); in wm8350_dcdc_set_suspend_voltage()
481 int sel, volt_reg, ldo = rdev_get_id(rdev); in wm8350_ldo_set_suspend_voltage() local
488 volt_reg = WM8350_LDO1_LOW_POWER; in wm8350_ldo_set_suspend_voltage()
491 volt_reg = WM8350_LDO2_LOW_POWER; in wm8350_ldo_set_suspend_voltage()
[all …]