Searched refs:AR_PHY_TEST (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_tx99_tgt.c | 501 OS_REG_WRITE(ah, AR_PHY_TEST, (OS_REG_READ(ah, AR_PHY_TEST) | PHY_AGC_CLR) ); in ar9300_tx99_tgt_start() 522 OS_REG_WRITE(ah, AR_PHY_TEST, OS_REG_READ(ah, AR_PHY_TEST) &~ PHY_AGC_CLR); in ar9300_tx99_tgt_stop()
|
| H A D | ar9300_xmit_ds.c | 489 OS_REG_WRITE(ah, AR_PHY_TEST, in ar9300__cont_tx_mode() 490 (OS_REG_READ(ah, AR_PHY_TEST) | PHY_AGC_CLR) ); in ar9300__cont_tx_mode() 559 OS_REG_WRITE(ah, AR_PHY_TEST, in ar9300__cont_tx_mode() 560 (OS_REG_READ(ah, AR_PHY_TEST) & ~PHY_AGC_CLR)); in ar9300__cont_tx_mode()
|
| H A D | ar9300_misc.c | 191 OS_REG_SET_BIT(ah, AR_PHY_TEST, RFSILENT_BB); in ar9300_enable_rf_kill() 196 OS_REG_CLR_BIT(ah, AR_PHY_TEST, RFSILENT_BB); in ar9300_enable_rf_kill() 215 OS_REG_SET_BIT(ah, AR_PHY_TEST, RFSILENT_BB); in ar9300_enable_rf_kill() 3836 OS_REG_WRITE(ah, AR_PHY_TEST, (OS_REG_READ(ah, AR_PHY_TEST) | PHY_AGC_CLR)); in ar9300_tx99_start() 3857 OS_REG_WRITE(ah, AR_PHY_TEST, OS_REG_READ(ah, AR_PHY_TEST) &~ PHY_AGC_CLR); in ar9300_tx99_stop()
|
| H A D | ar9300phy.h | 736 #define AR_PHY_TEST AR_SM_OFFSET(BB_test_controls) macro
|