Home
last modified time | relevance | path

Searched refs:rk817_charge_field_read (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/power/
H A Drk817_charger.c487 static int rk817_charge_field_read(struct rk817_charger *charge, enum rk817_charge_fields field_id) in rk817_charge_field_read() function
549 return (rk817_charge_field_read(charge, OTG_SLP_EN) & OTG_SLP_ENABLE); in rk817_charge_get_otg_slp_state()
565 return rk817_charge_field_read(charge, CHRG_EN); in rk817_charge_get_charge_state()
587 status = rk817_charge_field_read(charge, CHG_STS); in rk817_charge_get_charge_status()
623 return rk817_charge_field_read(charge, PLUG_IN_STS); in rk817_charge_get_plug_in_status()
633 return rk817_charge_field_read(charge, BAT_EXS); in is_battery_exist()
776 soc_save = rk817_charge_field_read(charge, SOC_REG0); in rk817_charge_get_dsoc()
777 soc_save |= (rk817_charge_field_read(charge, SOC_REG1) << 0x08); in rk817_charge_get_dsoc()
778 soc_save |= (rk817_charge_field_read(charge, SOC_REG2) << 0x10); in rk817_charge_get_dsoc()
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H A Drk817_charger.c466 static int rk817_charge_field_read(struct rk817_charger *charge, in rk817_charge_field_read() function
532 return (rk817_charge_field_read(charge, OTG_SLP_EN) & OTG_SLP_ENABLE); in rk817_charge_get_otg_slp_state()
548 return rk817_charge_field_read(charge, CHRG_EN); in rk817_charge_get_charge_state()
570 status = rk817_charge_field_read(charge, CHG_STS); in rk817_charge_get_charge_status()
606 return rk817_charge_field_read(charge, PLUG_IN_STS); in rk817_charge_get_plug_in_status()
617 return rk817_charge_field_read(charge, BAT_EXS); in is_battery_exist()
774 soc_save = rk817_charge_field_read(charge, SOC_REG0); in rk817_charge_get_dsoc()
775 soc_save |= (rk817_charge_field_read(charge, SOC_REG1) << 8); in rk817_charge_get_dsoc()
776 soc_save |= (rk817_charge_field_read(charge, SOC_REG2) << 16); in rk817_charge_get_dsoc()

Completed in 7 milliseconds