Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk818_battery.h43 #define RELAX_VOL2_UPD BIT(2) macro
44 #define RELAX_VOL12_UPD_MSK (RELAX_VOL1_UPD | RELAX_VOL2_UPD)
H A Drk816_battery.h39 #define RELAX_VOL2_UPD BIT(2) 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
317 [RELAX_VOL2_UPD] = REG_FIELD(0x57, 2, 2),
806 rk817_bat_field_write(battery, RELAX_VOL2_UPD, 0x00); in rk817_bat_restart_relax()
815 relax_vol2_upd = rk817_bat_field_read(battery, RELAX_VOL2_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()