Lines Matching refs:pExpnXPD
185 EXPN_DATA_PER_XPD_5112 *pExpnXPD; in eepromExpandPower5112() local
227 pExpnXPD = &pPowerExpn->pDataPerChannel[ii].pDataPerXPD[jj]; in eepromExpandPower5112()
228 pExpnXPD->numPcdacs = 4; in eepromExpandPower5112()
229 pExpnXPD->pcdac[0] = pCalCh->pcd1_xg0; in eepromExpandPower5112()
230 pExpnXPD->pcdac[1] = (uint16_t) in eepromExpandPower5112()
231 (pExpnXPD->pcdac[0] + pCalCh->pcd2_delta_xg0); in eepromExpandPower5112()
232 pExpnXPD->pcdac[2] = (uint16_t) in eepromExpandPower5112()
233 (pExpnXPD->pcdac[1] + pCalCh->pcd3_delta_xg0); in eepromExpandPower5112()
234 pExpnXPD->pcdac[3] = (uint16_t) in eepromExpandPower5112()
235 (pExpnXPD->pcdac[2] + pCalCh->pcd4_delta_xg0); in eepromExpandPower5112()
237 pExpnXPD->pwr_t4[0] = pCalCh->pwr1_xg0; in eepromExpandPower5112()
238 pExpnXPD->pwr_t4[1] = pCalCh->pwr2_xg0; in eepromExpandPower5112()
239 pExpnXPD->pwr_t4[2] = pCalCh->pwr3_xg0; in eepromExpandPower5112()
240 pExpnXPD->pwr_t4[3] = pCalCh->pwr4_xg0; in eepromExpandPower5112()
249 pExpnXPD = &pPowerExpn->pDataPerChannel[ii].pDataPerXPD[jj]; in eepromExpandPower5112()
250 pExpnXPD->numPcdacs = 4; in eepromExpandPower5112()
251 pExpnXPD->pcdac[1] = (uint16_t) in eepromExpandPower5112()
252 (pExpnXPD->pcdac[0] + pCalCh->pcd2_delta_xg0); in eepromExpandPower5112()
253 pExpnXPD->pcdac[2] = (uint16_t) in eepromExpandPower5112()
254 (pExpnXPD->pcdac[1] + pCalCh->pcd3_delta_xg0); in eepromExpandPower5112()
255 pExpnXPD->pcdac[3] = (uint16_t) in eepromExpandPower5112()
256 (pExpnXPD->pcdac[2] + pCalCh->pcd4_delta_xg0); in eepromExpandPower5112()
257 pExpnXPD->pwr_t4[0] = pCalCh->pwr1_xg0; in eepromExpandPower5112()
258 pExpnXPD->pwr_t4[1] = pCalCh->pwr2_xg0; in eepromExpandPower5112()
259 pExpnXPD->pwr_t4[2] = pCalCh->pwr3_xg0; in eepromExpandPower5112()
260 pExpnXPD->pwr_t4[3] = pCalCh->pwr4_xg0; in eepromExpandPower5112()
263 pExpnXPD = &pPowerExpn->pDataPerChannel[ii].pDataPerXPD[jj]; in eepromExpandPower5112()
264 pExpnXPD->numPcdacs = 3; in eepromExpandPower5112()
266 pExpnXPD->pwr_t4[0] = pCalCh->pwr1_xg3; in eepromExpandPower5112()
267 pExpnXPD->pwr_t4[1] = pCalCh->pwr2_xg3; in eepromExpandPower5112()
268 pExpnXPD->pwr_t4[2] = pCalCh->pwr3_xg3; in eepromExpandPower5112()