Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/regulator/
Dwm8400-regulator.c47 if (!(data[0] & WM8400_DC1_ACTIVE)) in wm8400_dcdc_get_mode()
72 WM8400_DC1_ACTIVE | WM8400_DC1_SLEEP, in wm8400_dcdc_set_mode()
73 WM8400_DC1_ACTIVE); in wm8400_dcdc_set_mode()
83 WM8400_DC1_ACTIVE | WM8400_DC1_SLEEP, in wm8400_dcdc_set_mode()
84 WM8400_DC1_ACTIVE); in wm8400_dcdc_set_mode()
89 WM8400_DC1_ACTIVE | WM8400_DC1_SLEEP, 0); in wm8400_dcdc_set_mode()
/Linux-v5.10/include/linux/mfd/
Dwm8400-private.h475 #define WM8400_DC1_ACTIVE 0x4000 /* DC1_ACTIVE */ macro