Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dwm8350-regulator.c811 wm8350_clear_bits(wm8350, WM8350_DCDC_SLEEP_OPTIONS, val); in wm8350_dcdc_set_mode()
817 wm8350_clear_bits(wm8350, WM8350_DCDC_SLEEP_OPTIONS, val); in wm8350_dcdc_set_mode()
823 wm8350_clear_bits(wm8350, WM8350_DCDC_SLEEP_OPTIONS, val); in wm8350_dcdc_set_mode()
829 wm8350_set_bits(wm8350, WM8350_DCDC_SLEEP_OPTIONS, val); in wm8350_dcdc_set_mode()
864 sleep = wm8350_reg_read(wm8350, WM8350_DCDC_SLEEP_OPTIONS) & mask; in wm8350_dcdc_get_mode()
/Linux-v4.19/include/linux/mfd/wm8350/
Dpmic.h30 #define WM8350_DCDC_SLEEP_OPTIONS 0xB2 macro