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

/linux-master/drivers/macintosh/
H A Dvia-pmu.c680 * 0x40 : pcharge reset
687 * [6][7] : pcharge
691 long pcharge, charge, vb, vmax, lmax; local
730 pcharge = (req->reply[6] << 8) + req->reply[7];
731 if (pcharge > lmax)
732 pcharge = lmax;
733 pcharge *= 100;
734 pcharge = 100 - pcharge / lmax;
735 if (pcharge < charg
[all...]

Completed in 124 milliseconds