Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Ducs1002_power.c159 static const int bit_weights_uAh[BITS_PER_TYPE(u32)] = { in ucs1002_get_charge() local
194 for_each_set_bit(i, &total_acc_charger, ARRAY_SIZE(bit_weights_uAh)) in ucs1002_get_charge()
195 val->intval += bit_weights_uAh[i]; in ucs1002_get_charge()