Searched refs:BAT_INFO (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/power/fuel_gauge/ |
| H A D | fg_rk818.c | 33 #define BAT_INFO(fmt, args...) printf("rk818-bat: "fmt, ##args) macro 792 BAT_INFO("initialized... estv=%d, ch=%d\n", in rk818_bat_set_initialized_state() 821 BAT_INFO("%s: ocv voltage %d\n", __func__, ocv_vol); in rk818_bat_first_pwron() 827 BAT_INFO("first power on: soc=%d, Vavg=%d, Vocv=%d, c=%d, ch=%d, fcc=%d\n", in rk818_bat_first_pwron() 875 BAT_INFO("system halt last time... cap: pre=%d, now=%d\n", in rk818_bat_not_first_pwron() 888 BAT_INFO("do ocv calib.. rsoc=%d\n", ocv_soc); in rk818_bat_not_first_pwron() 891 BAT_INFO("trigger max soc offset, soc: %d -> %d\n", in rk818_bat_not_first_pwron() 896 BAT_INFO("OCV calib: cap=%d, rsoc=%d\n", ocv_cap, ocv_soc); in rk818_bat_not_first_pwron() 903 BAT_INFO("zero calib: voltage=%d\n", voltage); in rk818_bat_not_first_pwron() 911 BAT_INFO("dl=%d rl=%d cap=%d m=%d v=%d ov=%d c=%d pl=%d ch=%d fcc=%d, Ver=%s\n", in rk818_bat_not_first_pwron() [all …]
|
| H A D | fg_rk816.c | 34 #define BAT_INFO(fmt, args...) printf("rk816-bat: "fmt, ##args) macro 265 BAT_INFO("rockchip_chg_get_type() is not implement\n"); in rk816_bat_dwc_otg_check_dpdm() 800 BAT_INFO("fuel gauge initialized... estv=%d, ch=%d\n", in rk816_bat_set_initialized_state() 819 BAT_INFO("first power on: soc=%d\n", di->dsoc); in rk816_bat_first_pwron() 864 BAT_INFO("system halt last time... cap: pre=%d, now=%d\n", in rk816_bat_not_first_pwron() 877 BAT_INFO("do ocv calib.. rsoc=%d\n", ocv_soc); in rk816_bat_not_first_pwron() 880 BAT_INFO("trigger max soc offset, soc: %d -> %d\n", in rk816_bat_not_first_pwron() 885 BAT_INFO("OCV calib: cap=%d, rsoc=%d\n", ocv_cap, ocv_soc); in rk816_bat_not_first_pwron() 892 BAT_INFO("dl=%d rl=%d cap=%d m=%d v=%d ov=%d c=%d pl=%d ch=%d Ver=%s\n", in rk816_bat_not_first_pwron() 924 BAT_INFO("manual reset fuel gauge\n"); in rk816_bat_ocv_sw_reset() [all …]
|