Searched refs:AR5K_REG_READ_Q (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath5k/ |
D | dma.c | 168 if (AR5K_REG_READ_Q(ah, AR5K_QCU_TXD, queue)) in ath5k_hw_start_tx_dma() 238 (AR5K_REG_READ_Q(ah, AR5K_QCU_TXE, queue) != 0); in ath5k_hw_stop_tx_dma() 242 if (AR5K_REG_READ_Q(ah, AR5K_QCU_TXE, queue)) in ath5k_hw_stop_tx_dma() 424 if (AR5K_REG_READ_Q(ah, AR5K_QCU_TXE, queue)) in ath5k_hw_set_txdp()
|
D | qcu.c | 82 if (!pending && AR5K_REG_READ_Q(ah, AR5K_QCU_TXE, queue)) in ath5k_hw_num_tx_pending()
|
D | ath5k.h | 139 #define AR5K_REG_READ_Q(ah, _reg, _queue) \ macro
|