Home
last modified time | relevance | path

Searched refs:GG_EN (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk818_battery.h26 #define GG_EN BIT(7) macro
H A Drk816_battery.h21 #define GG_EN BIT(7) macro
H A Drk818_charger.c83 #define GG_EN BIT(7) macro
283 if (!(buf & GG_EN)) in rk818_cg_lowpwr_check()
H A Drk817_battery.c213 USB_VOL_ADC_EN, TS_ADC_EN, SYS_VOL_ADC_EN, GG_EN, /*ADC_CONFIG0*/ enumerator
277 [GG_EN] = REG_FIELD(0x50, 7, 7),/*ADC_CONFIG0*/
1442 rk817_bat_field_write(battery, GG_EN, ENABLE); in rk817_bat_gas_gaugle_enable()
H A Drk818_battery.c450 buf |= GG_EN; in rk818_bat_enable_gauge()
H A Drk816_battery.c523 buf |= GG_EN; in rk816_bat_enable_gauge()
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_rk816.c71 #define GG_EN (1 << 7) macro
294 val |= GG_EN; in rk816_bat_enable_gauge()
H A Dfg_rk818.c73 #define GG_EN (1 << 7) macro
281 val |= GG_EN; in rk818_bat_enable_gauge()