Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dwm831x-ldo.c348 if (ret & WM831X_LDO7_ON_MODE) in wm831x_aldo_get_mode()
365 ret = wm831x_set_bits(wm831x, on_reg, WM831X_LDO7_ON_MODE, 0); in wm831x_aldo_set_mode()
371 ret = wm831x_set_bits(wm831x, on_reg, WM831X_LDO7_ON_MODE, in wm831x_aldo_set_mode()
372 WM831X_LDO7_ON_MODE); in wm831x_aldo_set_mode()
/linux-4.19.296/include/linux/mfd/wm831x/
Dregulator.h942 #define WM831X_LDO7_ON_MODE 0x0100 /* LDO7_ON_MODE */ macro