Home | History | Annotate | Download | only in ic

Lines Matching defs:vpd

2503 	uint8_t vpd;
2516 vpd = athn_interpolate(pwr, pwrPdg[lo], vpdPdg[lo],
2518 return vpd;
2528 uint8_t vpd[AR_MAX_PWR_RANGE_IN_HALF_DB], pwr;
2568 /* Compute Vpd table for this pdGain. */
2570 memset(vpd, 0, sizeof(vpd));
2573 /* Get lower and higher Vpd. */
2575 lopier->vpd[i], nicepts);
2577 hipier->vpd[i], nicepts);
2579 /* Interpolate the final Vpd. */
2580 vpd[j] = athn_interpolate(fbin,
2587 if (vpd[1] > vpd[0])
2588 vpdstep = vpd[1] - vpd[0];
2592 val = vpd[0] + ss * vpdstep;
2600 pdadcs[npdadcs++] = vpd[ss++];
2606 if (vpd[nvpds - 1] > vpd[nvpds - 2])
2607 vpdstep = vpd[nvpds - 1] - vpd[nvpds - 2];
2611 val = vpd[nvpds - 1] + (ss - maxidx + 1) * vpdstep;