Searched refs:AR_DIAG_SW (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | mac.c | 149 REG_SET_BIT(ah, AR_DIAG_SW, AR_DIAG_FORCE_CH_IDLE_HIGH); in ath9k_hw_abort_tx_dma() 163 REG_CLR_BIT(ah, AR_DIAG_SW, AR_DIAG_FORCE_CH_IDLE_HIGH); in ath9k_hw_abort_tx_dma() 644 REG_SET_BIT(ah, AR_DIAG_SW, in ath9k_hw_setrxabort() 649 REG_CLR_BIT(ah, AR_DIAG_SW, in ath9k_hw_setrxabort() 661 REG_CLR_BIT(ah, AR_DIAG_SW, in ath9k_hw_setrxabort() 681 REG_CLR_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT)); in ath9k_hw_startpcureceive() 687 REG_SET_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_ABORT | AR_DIAG_RX_DIS); in ath9k_hw_abortpcurecv() 731 REG_READ(ah, AR_DIAG_SW), in ath9k_hw_stopdmarecv()
|
H A D | ar9002_phy.c | 559 REG_CLR_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_DIS); in ar9002_hw_tx99_start() 572 REG_SET_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_DIS); in ar9002_hw_tx99_stop()
|
H A D | ar9003_wow.c | 48 REG_READ(ah, AR_CR), REG_READ(ah, AR_DIAG_SW)); in ath9k_hw_set_powermode_wow_sleep()
|
H A D | ar9003_phy.c | 694 REG_SET_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT)); in ar9003_hw_override_ini() 1796 REG_CLR_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_DIS); in ar9003_hw_tx99_start() 1809 REG_SET_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_DIS); in ar9003_hw_tx99_stop()
|
H A D | ar5008_phy.c | 645 REG_SET_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT)); in ar5008_hw_override_ini()
|
H A D | reg.h | 1689 #define AR_DIAG_SW 0x8048 macro
|