Searched refs:PMIC_CHRG_STS (Results 1 – 1 of 1) sorted by relevance
135 #define PMIC_CHRG_STS 0x00eb macro986 val = rk817_bat_read(battery, PMIC_CHRG_STS); in rk817_bat_get_charger_type()1204 return (rk817_bat_read(battery, PMIC_CHRG_STS) & 0x80) ? 1 : 0; in rk817_is_bat_exist()