Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212reg.h956 #define AR_TPC_CHIRP 0x003f0000 /* chirp frames */ macro
H A Dar5212_attach.c266 | SM(MAX_RATE_POWER, AR_TPC_CHIRP); in ar5212InitState()
H A Dar5212_reset.c648 chirpTpcPow = MS(ahp->ah_macTPC, AR_TPC_CHIRP); in ar5212Reset()
665 SM(chirpTpcPow, AR_TPC_CHIRP); in ar5212Reset()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c2921 SM(14, AR_TPC_CHIRP) | in ar9300_chk_rssi_update_tx_pwr()
2937 SM(18, AR_TPC_CHIRP) | in ar9300_chk_rssi_update_tx_pwr()
2986 SM(6, AR_TPC_CHIRP) | in ar9300_chk_rssi_update_tx_pwr()
3017 SM(14, AR_TPC_CHIRP) | in ar9300_chk_rssi_update_tx_pwr()
H A Dar9300_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()
H A Dar9300reg.h1669 #define AR_TPC_CHIRP 0x003f0000 // chirp frames mask macro
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_reset.c441 SM(chirpTpcPow, AR_TPC_CHIRP);