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