Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9280_olc.c188 if (AR5416_PWR_TABLE_OFFSET_DB != pwr_table_offset) { in ar9280ChangeGainBoundarySettings()
190 *diff = (uint16_t)(pwr_table_offset - AR5416_PWR_TABLE_OFFSET_DB); in ar9280ChangeGainBoundarySettings()
224 if (AR5416_PWR_TABLE_OFFSET_DB != pwr_table_offset) { in ar9280AdjustPDADCValues()
H A Dar9287_attach.c308 if (pwr_table_offset != AR5416_PWR_TABLE_OFFSET_DB) in ar9287Attach()
310 AR5416_PWR_TABLE_OFFSET_DB, (int) pwr_table_offset); in ar9287Attach()
H A Dar9280_attach.c328 if (pwr_table_offset != AR5416_PWR_TABLE_OFFSET_DB) in ar9280Attach()
330 AR5416_PWR_TABLE_OFFSET_DB, (int) pwr_table_offset); in ar9280Attach()
H A Dar9287_reset.c402 AH5416(ah)->ah_ratesArray[i] -= AR5416_PWR_TABLE_OFFSET_DB * 2; in ar9287SetTransmitPower()
H A Dar9285_reset.c143 AH5416(ah)->ah_ratesArray[i] -= AR5416_PWR_TABLE_OFFSET_DB * 2; in ar9285SetTransmitPower()
/dragonfly/sys/dev/netif/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; in v14EepromGet()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c247 n_txpower -= (AR5416_PWR_TABLE_OFFSET_DB * 2); in ar5416GetTxRatePower()