Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dwm8350-regulator.c810 wm8350_set_bits(wm8350, WM8350_DCDC_ACTIVE_OPTIONS, val); in wm8350_dcdc_set_mode()
816 wm8350_set_bits(wm8350, WM8350_DCDC_ACTIVE_OPTIONS, val); in wm8350_dcdc_set_mode()
824 wm8350_clear_bits(wm8350, WM8350_DCDC_ACTIVE_OPTIONS, val); in wm8350_dcdc_set_mode()
862 active = wm8350_reg_read(wm8350, WM8350_DCDC_ACTIVE_OPTIONS) & mask; in wm8350_dcdc_get_mode()
/linux-4.4.14/include/linux/mfd/wm8350/
Dpmic.h29 #define WM8350_DCDC_ACTIVE_OPTIONS 0xB1 macro