Searched refs:pwr_table_offset (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_olc.c175 uint16_t numXpdGain, uint16_t pdGainOverlap_t2, int8_t pwr_table_offset,
188 if (AR5416_PWR_TABLE_OFFSET_DB != pwr_table_offset) {
190 *diff = (uint16_t)(pwr_table_offset - AR5416_PWR_TABLE_OFFSET_DB);
212 ar9280AdjustPDADCValues(struct ath_hal *ah, int8_t pwr_table_offset, argument
224 if (AR5416_PWR_TABLE_OFFSET_DB != pwr_table_offset) {
295 int8_t pwr_table_offset; local
301 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET, &pwr_table_offset);
378 pwr_table_offset, &diff);
399 ar9280AdjustPDADCValues(ah, pwr_table_offset, diff, pdadcValues);
174 ar9280ChangeGainBoundarySettings(struct ath_hal *ah, uint16_t *gb, uint16_t numXpdGain, uint16_t pdGainOverlap_t2, int8_t pwr_table_offset, int16_t *diff) argument
H A Dar9287_attach.c123 int8_t pwr_table_offset; local
307 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET, &pwr_table_offset);
308 if (pwr_table_offset != AR5416_PWR_TABLE_OFFSET_DB)
310 AR5416_PWR_TABLE_OFFSET_DB, (int) pwr_table_offset);
H A Dar9280_attach.c160 int8_t pwr_table_offset; local
327 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET, &pwr_table_offset);
328 if (pwr_table_offset != AR5416_PWR_TABLE_OFFSET_DB)
330 AR5416_PWR_TABLE_OFFSET_DB, (int) pwr_table_offset);
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v14.h189 uint8_t pwr_table_offset; member in struct:BaseEepHeader
H A Dah_eeprom_v14.c139 *(int8_t *) val = pBase->pwr_table_offset;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c249 int8_t pwr_table_offset = 0; local
252 &pwr_table_offset);
253 n_txpower -= (pwr_table_offset * 2);
H A Dar5416_reset.c1143 * pwr_table_offset * 2 from each value. The default
1148 int8_t pwr_table_offset; local
1151 &pwr_table_offset);
1156 * + pwr_table_offset is in dBm
1159 AH5416(ah)->ah_ratesArray[i] -= (pwr_table_offset * 2);
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c115 printf("| desiredScaleCCK: 0x%.2x | pwr_table_offset: 0x%.2x | frac_n_5g: %.2x\n",
116 (int) eh->desiredScaleCCK, (int) eh->pwr_table_offset, (int) eh->frac_n_5g);

Completed in 99 milliseconds