Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dwm8400-regulator.c43 if (data[0] & WM8400_DC1_SLEEP) in wm8400_dcdc_get_mode()
72 WM8400_DC1_ACTIVE | WM8400_DC1_SLEEP, in wm8400_dcdc_set_mode()
83 WM8400_DC1_ACTIVE | WM8400_DC1_SLEEP, in wm8400_dcdc_set_mode()
89 WM8400_DC1_ACTIVE | WM8400_DC1_SLEEP, 0); in wm8400_dcdc_set_mode()
/openbmc/linux/include/linux/mfd/
H A Dwm8400-private.h479 #define WM8400_DC1_SLEEP 0x2000 /* DC1_SLEEP */ macro