Home
last modified time | relevance | path

Searched refs:AR_CR (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dmac.c693 REG_WRITE(ah, AR_CR, AR_CR_RXD); in ath9k_hw_stopdmarecv()
697 if ((REG_READ(ah, AR_CR) & AR_CR_RXE) == 0) in ath9k_hw_stopdmarecv()
717 REG_READ(ah, AR_CR), in ath9k_hw_stopdmarecv()
Dar9002_mac.c24 REG_WRITE(ah, AR_CR, AR_CR_RXE); in ar9002_hw_rx_enable()
Dar9003_mac.c23 REG_WRITE(hw, AR_CR, 0); in ar9003_hw_rx_enable()
Ddebug.c308 "AR_CR: 0x%x\n", REG_READ_D(ah, AR_CR)); in read_file_dma()
1285 ATH_SAMP_DBG(pcu_cr) = REG_READ_D(ah, AR_CR); in ath9k_debug_samp_bb_mac()
Dreg.h22 #define AR_CR 0x0008 macro
Dhw.c1408 (REG_READ(ah, AR_CR) & AR_CR_RXE)) in ath9k_hw_chip_reset()