Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_misc.c896 *result = MS(ahp->ah_macTPC, AR_TPC_CTS); in ar5212GetCapability()
1012 ahp->ah_macTPC &= AR_TPC_CTS; in ar5212SetCapability()
1013 ahp->ah_macTPC |= MS(setting, AR_TPC_CTS); in ar5212SetCapability()
H A Dar5212reg.h954 #define AR_TPC_CTS 0x00003f00 /* cts frames */ macro
H A Dar5212_attach.c265 | SM(MAX_RATE_POWER, AR_TPC_CTS) in ar5212InitState()
H A Dar5212_reset.c640 ctsTpcPow = MS(ahp->ah_macTPC, AR_TPC_CTS); in ar5212Reset()
664 SM(ctsTpcPow, AR_TPC_CTS) | in ar5212Reset()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c2920 SM(14, AR_TPC_CTS) | in ar9300_chk_rssi_update_tx_pwr()
2936 SM(18, AR_TPC_CTS) | in ar9300_chk_rssi_update_tx_pwr()
2985 SM(6, AR_TPC_CTS) | in ar9300_chk_rssi_update_tx_pwr()
3016 SM(14, AR_TPC_CTS) | in ar9300_chk_rssi_update_tx_pwr()
H A Dar9300_eeprom.c952 SM(p_pwr_array[ALL_TARGET_LEGACY_1L_5L], AR_TPC_CTS) | in ar9300_selfgen_tpc_reg_write()
957 SM(p_pwr_array[ALL_TARGET_LEGACY_6_24], AR_TPC_CTS) | in ar9300_selfgen_tpc_reg_write()
H A Dar9300reg.h1667 #define AR_TPC_CTS 0x00003f00 // cts frames mask macro
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_reset.c440 SM(ctsTpcPow, AR_TPC_CTS) |