Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dwm8350-regulator.c738 wm8350_set_bits(wm8350, WM8350_DCDC_ACTIVE_OPTIONS, val); in wm8350_dcdc_set_mode()
744 wm8350_set_bits(wm8350, WM8350_DCDC_ACTIVE_OPTIONS, val); in wm8350_dcdc_set_mode()
752 wm8350_clear_bits(wm8350, WM8350_DCDC_ACTIVE_OPTIONS, val); in wm8350_dcdc_set_mode()
790 active = wm8350_reg_read(wm8350, WM8350_DCDC_ACTIVE_OPTIONS) & mask; in wm8350_dcdc_get_mode()
/openbmc/linux/include/linux/mfd/wm8350/
H A Dpmic.h24 #define WM8350_DCDC_ACTIVE_OPTIONS 0xB1 macro