Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dwm831x_power.c351 switch (ret & WM831X_CHG_STATE_MASK) { in wm831x_bat_check_status()
376 switch (ret & WM831X_CHG_STATE_MASK) { in wm831x_bat_check_type()
416 switch (ret & WM831X_CHG_STATE_MASK) { in wm831x_bat_check_health()
/linux/include/linux/mfd/wm831x/
H A Dpmu.h123 #define WM831X_CHG_STATE_MASK 0x7000 /* CHG_STATE - [14:12] */ macro