Lines Matching refs:pindex
494 int vindex = -1, voindex = -1, cindex = -1, pindex = -1;
589 pindex = 3;
593 pindex = 4;
615 /* pindex depends on the combination of the above */
619 pindex = 4;
622 pindex = 5;
625 pindex = 6;
628 pindex = 7;
673 pindex = (config & ADM1275_VRANGE) ? 3 : 4;
690 pindex = 2;
745 pindex = 7 + vindex * 4 + (cindex - 3);
816 if (pindex >= 0) {
818 coefficients[pindex].m * shunt / 1000;
819 info->b[PSC_POWER] = coefficients[pindex].b;
820 info->R[PSC_POWER] = coefficients[pindex].R;