HomeSort by: relevance | last modified time | path
    Searched refs:pwr_I (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.h 320 int16_t pwr_I[MAX_NUM_PDGAINS_PER_CHANNEL];
ah_eeprom_v3.c 487 currCh->pwr_I[0] = eeval & dbm_I_mask;
509 currCh->pwr_I[1] = (eeval >> 10) & dbm_I_mask;
550 currCh->pwr_I[2] = (eeval >> 4) & dbm_I_mask;
583 currCh->pwr_I[3] = (eeval >> 14) & 0x3;
587 currCh->pwr_I[3] |= ((eeval >> 0) & 0x7) << 2;
713 pRawXPD->pwr_t4[0] = (uint16_t)(4*pCalCh->pwr_I[jj]);

Completed in 15 milliseconds