Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dwm831x-ldo.c344 if (ret & WM831X_LDO7_ON_MODE) in wm831x_aldo_get_mode()
361 ret = wm831x_set_bits(wm831x, on_reg, WM831X_LDO7_ON_MODE, 0); in wm831x_aldo_set_mode()
367 ret = wm831x_set_bits(wm831x, on_reg, WM831X_LDO7_ON_MODE, in wm831x_aldo_set_mode()
368 WM831X_LDO7_ON_MODE); in wm831x_aldo_set_mode()
/linux/include/linux/mfd/wm831x/
H A Dregulator.h937 #define WM831X_LDO7_ON_MODE 0x0100 /* LDO7_ON_MODE */ macro