Lines Matching refs:pindex
518 int vindex = -1, voindex = -1, cindex = -1, pindex = -1;
613 pindex = 3;
617 pindex = 4;
639 /* pindex depends on the combination of the above */
643 pindex = 4;
646 pindex = 5;
649 pindex = 6;
652 pindex = 7;
697 pindex = (config & ADM1275_VRANGE) ? 3 : 4;
714 pindex = 2;
769 pindex = 7 + vindex * 4 + (cindex - 3);
838 if (pindex >= 0) {
840 coefficients[pindex].m * shunt / 1000;
841 info->b[PSC_POWER] = coefficients[pindex].b;
842 info->R[PSC_POWER] = coefficients[pindex].R;