Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk818_battery.h93 #define FG_RESET_NOW BIT(3) macro
H A Drk816_battery.h142 #define FG_RESET_NOW BIT(0) macro
H A Drk818_battery.c426 FG_RESET_NOW, FG_RESET_NOW); in bat_info_store()
432 FG_RESET_LATE | FG_RESET_NOW); in bat_info_store()
1349 (buf & FG_RESET_NOW)) { in rk818_bat_ocv_sw_reset()
1351 buf &= ~FG_RESET_NOW; in rk818_bat_ocv_sw_reset()
H A Drk816_battery.c473 FG_RESET_NOW, FG_RESET_NOW); in bat_info_store()
479 FG_RESET_LATE | FG_RESET_NOW); in bat_info_store()
2039 (buf & FG_RESET_NOW)) { in rk816_bat_ocv_sw_reset()
2041 buf &= ~FG_RESET_NOW; in rk816_bat_ocv_sw_reset()
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_rk816.c115 #define FG_RESET_NOW (1 << 0) macro
920 (buf & FG_RESET_NOW)) { in rk816_bat_ocv_sw_reset()
922 buf &= ~FG_RESET_NOW; in rk816_bat_ocv_sw_reset()
H A Dfg_rk818.c126 #define FG_RESET_NOW (1 << 3) macro
939 (buf & FG_RESET_NOW)) { in rk818_bat_ocv_sw_reset()
941 buf &= ~FG_RESET_NOW; in rk818_bat_ocv_sw_reset()