Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dwm8350-regulator.c739 wm8350_clear_bits(wm8350, WM8350_DCDC_SLEEP_OPTIONS, val); in wm8350_dcdc_set_mode()
745 wm8350_clear_bits(wm8350, WM8350_DCDC_SLEEP_OPTIONS, val); in wm8350_dcdc_set_mode()
751 wm8350_clear_bits(wm8350, WM8350_DCDC_SLEEP_OPTIONS, val); in wm8350_dcdc_set_mode()
757 wm8350_set_bits(wm8350, WM8350_DCDC_SLEEP_OPTIONS, val); in wm8350_dcdc_set_mode()
792 sleep = wm8350_reg_read(wm8350, WM8350_DCDC_SLEEP_OPTIONS) & mask; in wm8350_dcdc_get_mode()
/openbmc/linux/include/linux/mfd/wm8350/
H A Dpmic.h25 #define WM8350_DCDC_SLEEP_OPTIONS 0xB2 macro