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

/freebsd-11.0-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_olc.c188 if (AR5416_PWR_TABLE_OFFSET_DB != pwr_table_offset) {
190 *diff = (uint16_t)(pwr_table_offset - AR5416_PWR_TABLE_OFFSET_DB);
219 * the default AR5416_PWR_TABLE_OFFSET_DB then the start of the
224 if (AR5416_PWR_TABLE_OFFSET_DB != pwr_table_offset) {
395 * the default AR5416_PWR_TABLE_OFFSET_DB then the start of the
H A Dar9287_attach.c308 if (pwr_table_offset != AR5416_PWR_TABLE_OFFSET_DB)
310 AR5416_PWR_TABLE_OFFSET_DB, (int) pwr_table_offset);
H A Dar9280_attach.c328 if (pwr_table_offset != AR5416_PWR_TABLE_OFFSET_DB)
330 AR5416_PWR_TABLE_OFFSET_DB, (int) pwr_table_offset);
H A Dar9287_reset.c402 AH5416(ah)->ah_ratesArray[i] -= AR5416_PWR_TABLE_OFFSET_DB * 2;
H A Dar9285_reset.c143 AH5416(ah)->ah_ratesArray[i] -= AR5416_PWR_TABLE_OFFSET_DB * 2;
/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_v14.h83 #define AR5416_PWR_TABLE_OFFSET_DB -5 macro
H A Dah_eeprom_v14.c141 *(int8_t *) val = AR5416_PWR_TABLE_OFFSET_DB;
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c247 n_txpower -= (AR5416_PWR_TABLE_OFFSET_DB * 2);

Completed in 244 milliseconds