Lines Matching defs:pcharge
680 * 0x40 : pcharge reset687 * [6][7] : pcharge691 long pcharge, charge, vb, vmax, lmax;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 < charge)736 charge = pcharge;