Searched refs:AR5K_REG_READ_Q (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/wireless/ath/ath5k/ |
D | dma.c | 170 if (AR5K_REG_READ_Q(ah, AR5K_QCU_TXD, queue)) in ath5k_hw_start_tx_dma() 241 (AR5K_REG_READ_Q(ah, AR5K_QCU_TXE, queue) != 0); in ath5k_hw_stop_tx_dma() 245 if (AR5K_REG_READ_Q(ah, AR5K_QCU_TXE, queue)) in ath5k_hw_stop_tx_dma() 426 if (AR5K_REG_READ_Q(ah, AR5K_QCU_TXE, queue)) in ath5k_hw_set_txdp()
|
D | qcu.c | 56 if (!pending && AR5K_REG_READ_Q(ah, AR5K_QCU_TXE, queue)) in ath5k_hw_num_tx_pending()
|
D | ath5k.h | 137 #define AR5K_REG_READ_Q(ah, _reg, _queue) \ macro
|