Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dwm8350-regulator.c273 volt_reg = WM8350_DCDC1_LOW_POWER; in wm8350_dcdc_set_suspend_voltage()
308 val = wm8350_reg_read(wm8350, WM8350_DCDC1_LOW_POWER) in wm8350_dcdc_set_suspend_enable()
310 wm8350_reg_write(wm8350, WM8350_DCDC1_LOW_POWER, in wm8350_dcdc_set_suspend_enable()
348 val = wm8350_reg_read(wm8350, WM8350_DCDC1_LOW_POWER); in wm8350_dcdc_set_suspend_disable()
350 wm8350_reg_write(wm8350, WM8350_DCDC1_LOW_POWER, in wm8350_dcdc_set_suspend_disable()
1118 val = wm8350_reg_read(wm8350, WM8350_DCDC1_LOW_POWER); in wm8350_regulator_probe()
/openbmc/linux/include/linux/mfd/wm8350/
H A Dpmic.h29 #define WM8350_DCDC1_LOW_POWER 0xB6 macro