Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk818_battery.h42 #define RELAX_VOL1_UPD BIT(3) macro
44 #define RELAX_VOL12_UPD_MSK (RELAX_VOL1_UPD | RELAX_VOL2_UPD)
H A Drk816_battery.h38 #define RELAX_VOL1_UPD BIT(3) macro
40 #define RELAX_VOL12_UPD_MSK (RELAX_VOL1_UPD | RELAX_VOL2_UPD)
H A Drk817_battery.c70 #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 Drk818_battery.c565 if (!(status & RELAX_VOL1_UPD) || !(status & RELAX_VOL2_UPD)) in is_rk818_bat_relax_mode()
H A Drk816_battery.c642 if (!(status & RELAX_VOL1_UPD) || !(status & RELAX_VOL2_UPD)) in is_rk816_bat_relax_mode()