Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dwm8400-regulator.c54 if (!(data[0] & WM8400_DC1_ACTIVE)) in wm8400_dcdc_get_mode()
79 WM8400_DC1_ACTIVE | WM8400_DC1_SLEEP, in wm8400_dcdc_set_mode()
80 WM8400_DC1_ACTIVE); in wm8400_dcdc_set_mode()
90 WM8400_DC1_ACTIVE | WM8400_DC1_SLEEP, in wm8400_dcdc_set_mode()
91 WM8400_DC1_ACTIVE); in wm8400_dcdc_set_mode()
96 WM8400_DC1_ACTIVE | WM8400_DC1_SLEEP, 0); in wm8400_dcdc_set_mode()
/linux-4.4.14/include/linux/mfd/
Dwm8400-private.h488 #define WM8400_DC1_ACTIVE 0x4000 /* DC1_ACTIVE */ macro