Home
last modified time | relevance | path

Searched refs:AR_TPC_CHIRP (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212reg.h956 #define AR_TPC_CHIRP 0x003f0000 /* chirp frames */ macro
HDar5212_attach.c268 | SM(MAX_RATE_POWER, AR_TPC_CHIRP); in ar5212InitState()
HDar5212_reset.c648 chirpTpcPow = MS(ahp->ah_macTPC, AR_TPC_CHIRP); in ar5212Reset()
665 SM(chirpTpcPow, AR_TPC_CHIRP); in ar5212Reset()
/freebsd-14-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c2950 SM(14, AR_TPC_CHIRP) | in ar9300_chk_rssi_update_tx_pwr()
2966 SM(18, AR_TPC_CHIRP) | in ar9300_chk_rssi_update_tx_pwr()
3015 SM(6, AR_TPC_CHIRP) | in ar9300_chk_rssi_update_tx_pwr()
3046 SM(14, AR_TPC_CHIRP) | in ar9300_chk_rssi_update_tx_pwr()
HDar9300_eeprom.c953 SM(0x3f, AR_TPC_CHIRP) | in ar9300_selfgen_tpc_reg_write()
958 SM(0x3f, AR_TPC_CHIRP) | in ar9300_selfgen_tpc_reg_write()
HDar9300reg.h1670 #define AR_TPC_CHIRP 0x003f0000 // chirp frames mask macro
/freebsd-14-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c442 SM(chirpTpcPow, AR_TPC_CHIRP);