Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dwm8350-regulator.c394 val = wm8350_reg_read(wm8350, WM8350_DCDC5_CONTROL) in wm8350_dcdc25_set_suspend_enable()
396 wm8350_reg_write(wm8350, WM8350_DCDC5_CONTROL, val | in wm8350_dcdc25_set_suspend_enable()
419 val = wm8350_reg_read(wm8350, WM8350_DCDC5_CONTROL) in wm8350_dcdc25_set_suspend_disable()
421 wm8350_reg_write(wm8350, WM8350_DCDC5_CONTROL, val | in wm8350_dcdc25_set_suspend_disable()
674 val = wm8350_reg_read(wm8350, WM8350_DCDC5_CONTROL) in wm8350_dcdc25_set_mode()
677 wm8350_reg_write(wm8350, WM8350_DCDC5_CONTROL, val | in wm8350_dcdc25_set_mode()
/openbmc/linux/include/linux/mfd/wm8350/
H A Dpmic.h38 #define WM8350_DCDC5_CONTROL 0xC0 macro