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

/freebsd-current/sys/dev/acpica/
H A Dacpi_battery.c120 int total_cap, total_lfcap, total_min, valid_rate, valid_units; local
153 total_cap = total_lfcap = 0;
225 total_cap += bst[i].cap;
274 battinfo->cap = (total_cap * 100) / total_lfcap;

Completed in 172 milliseconds