Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/regulator/
Dwm831x-ldo.c343 if (ret & WM831X_LDO7_ON_MODE) in wm831x_aldo_get_mode()
360 ret = wm831x_set_bits(wm831x, on_reg, WM831X_LDO7_ON_MODE, 0); in wm831x_aldo_set_mode()
366 ret = wm831x_set_bits(wm831x, on_reg, WM831X_LDO7_ON_MODE, in wm831x_aldo_set_mode()
367 WM831X_LDO7_ON_MODE); in wm831x_aldo_set_mode()
/Linux-v6.1/include/linux/mfd/wm831x/
Dregulator.h937 #define WM831X_LDO7_ON_MODE 0x0100 /* LDO7_ON_MODE */ macro