Searched refs:xgainList (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5112.c373 uint16_t xgainList[2]; local
408 xgainList[0] = 0xDEAD;
409 xgainList[1] = 0xDEAD;
421 xgainList[kk++] = (uint16_t)jj;
431 if (xgainList[1] == 0xDEAD) {
432 jj = xgainList[0];
445 jj = xgainList[0];
459 jj = xgainList[1];
480 if (xgainList[1] == 0xDEAD) {
491 rfXpdGain[0] = xgainList[
[all...]
/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c188 uint16_t xgainList[2], xpdMask; local
192 xgainList[0] = 0xDEAD;
193 xgainList[1] = 0xDEAD;
205 xgainList[kk++] = jj;
225 if (xgainList[1] == 0xDEAD) {
226 jj = xgainList[0];
243 pPowerExpn->pDataPerChannel[ii].pDataPerXPD[xgainList[0]].pcdac[0] = pCalCh->pcd1_xg0;
244 pPowerExpn->pDataPerChannel[ii].pDataPerXPD[xgainList[1]].pcdac[0] = 20;
245 pPowerExpn->pDataPerChannel[ii].pDataPerXPD[xgainList[1]].pcdac[1] = 35;
246 pPowerExpn->pDataPerChannel[ii].pDataPerXPD[xgainList[
[all...]

Completed in 160 milliseconds