Searched refs:RELAX_VOL1_UPD (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | rk818_battery.h | 42 #define RELAX_VOL1_UPD BIT(3) macro 44 #define RELAX_VOL12_UPD_MSK (RELAX_VOL1_UPD | RELAX_VOL2_UPD)
|
| H A D | rk816_battery.h | 38 #define RELAX_VOL1_UPD BIT(3) macro 40 #define RELAX_VOL12_UPD_MSK (RELAX_VOL1_UPD | RELAX_VOL2_UPD)
|
| H A D | rk817_battery.c | 70 #define RELAX_VOL12_UPD_MSK (RELAX_VOL1_UPD | RELAX_VOL2_UPD) 226 OCV_UPD, RELAX_STS, RELAX_VOL2_UPD, RELAX_VOL1_UPD, BAT_CON, enumerator 318 [RELAX_VOL1_UPD] = REG_FIELD(0x57, 3, 3), 805 rk817_bat_field_write(battery, RELAX_VOL1_UPD, 0x00); in rk817_bat_restart_relax() 814 relax_vol1_upd = rk817_bat_field_read(battery, RELAX_VOL1_UPD); in is_rk817_bat_relax_mode()
|
| H A D | rk818_battery.c | 565 if (!(status & RELAX_VOL1_UPD) || !(status & RELAX_VOL2_UPD)) in is_rk818_bat_relax_mode()
|
| H A D | rk816_battery.c | 642 if (!(status & RELAX_VOL1_UPD) || !(status & RELAX_VOL2_UPD)) in is_rk816_bat_relax_mode()
|