Searched refs:WM831X_LDO7_ON_MODE (Results 1 – 2 of 2) sorted by relevance
343 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()
937 #define WM831X_LDO7_ON_MODE 0x0100 /* LDO7_ON_MODE */ macro