Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dlp8788-charger.c31 #define LP8788_CHG_STATE_S 2 macro
177 state = (data & LP8788_CHG_STATE_M) >> LP8788_CHG_STATE_S; in lp8788_get_battery_status()
271 state = (data & LP8788_CHG_STATE_M) >> LP8788_CHG_STATE_S; in lp8788_get_battery_capacity()
603 state = (data & LP8788_CHG_STATE_M) >> LP8788_CHG_STATE_S; in lp8788_show_charger_status()