Lines Matching defs:pcharge
691 * 0x40 : pcharge reset698 * [6][7] : pcharge702 long pcharge, charge, vb, vmax, lmax;741 pcharge = (req->reply[6] << 8) + req->reply[7];742 if (pcharge > lmax)743 pcharge = lmax;744 pcharge *= 100;745 pcharge = 100 - pcharge / lmax;746 if (pcharge < charge)747 charge = pcharge;