/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_recv.c | 58 OS_REG_WRITE(ah, AR_CR, AR_CR_RXE); in ar5211EnableReceive() 67 OS_REG_WRITE(ah, AR_CR, AR_CR_RXD); /* Set receive disable bit */ in ar5211StopDmaReceive() 68 if (!ath_hal_wait(ah, AR_CR, AR_CR_RXE, 0)) { in ar5211StopDmaReceive() 73 , OS_REG_READ(ah, AR_CR) in ar5211StopDmaReceive()
|
H A D | ar5211reg.h | 32 #define AR_CR 0x0008 /* control register */ macro
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_recv.c | 57 OS_REG_WRITE(ah, AR_CR, AR_CR_RXE); in ar5210EnableReceive() 68 OS_REG_WRITE(ah, AR_CR, AR_CR_RXD); /* Set receive disable bit */ in ar5210StopDmaReceive() 70 if ((OS_REG_READ(ah, AR_CR) & AR_CR_RXE) == 0) in ar5210StopDmaReceive() 76 ath_hal_printf(ah, "AR_CR=0x%x\n", OS_REG_READ(ah, AR_CR)); in ar5210StopDmaReceive()
|
H A D | ar5210_xmit.c | 300 if (OS_REG_READ(ah, AR_CR) & AR_CR_TXE0) in ar5210SetTxDP() 302 __func__, OS_REG_READ(ah, AR_CR)); in ar5210SetTxDP() 378 OS_REG_WRITE(ah, AR_CR, AR_CR_TXE0); in ar5210StartTxDma() 381 OS_REG_WRITE(ah, AR_CR, AR_CR_TXE1); /* enable altq xmit */ in ar5210StartTxDma() 440 OS_REG_WRITE(ah, AR_CR, AR_CR_TXD0); in ar5210StopTxDma() 446 OS_REG_WRITE(ah, AR_CR, 0); in ar5210StopTxDma()
|
H A D | ar5210reg.h | 36 #define AR_CR 0x0008 /* Command register */ macro
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_recv.c | 61 OS_REG_WRITE(ah, AR_CR, 0); in ar9300_enable_receive() 138 OS_REG_WRITE(ah, AR_CR, AR_CR_RXD); in ar9300_stop_dma_receive() 142 if ((OS_REG_READ(ah, AR_CR) & AR_CR_RXE) == 0) { in ar9300_stop_dma_receive() 153 OS_REG_READ(ah, AR_CR), in ar9300_stop_dma_receive()
|
H A D | ar9300_power.c | 990 OS_REG_WRITE(ah, AR_CR, AR_CR_RXD); /* Set receive disable bit */ in ar9300_set_power_mode_wow_sleep() 991 if (!ath_hal_waitfor(ah, AR_CR, AR_CR_RXE, 0, AH_WAIT_TIMEOUT)) { in ar9300_set_power_mode_wow_sleep() 994 OS_REG_READ(ah, AR_CR), OS_REG_READ(ah, AR_DIAG_SW)); in ar9300_set_power_mode_wow_sleep()
|
H A D | ar9300_tx99_tgt.c | 506 OS_REG_WRITE(ah, AR_CR, AR_CR_RXD); // set receive disable in ar9300_tx99_tgt_start()
|
H A D | ar9300_xmit_ds.c | 499 OS_REG_WRITE(ah, AR_CR, AR_CR_RXD); /* set receive disable */ in ar9300__cont_tx_mode()
|
H A D | ar9300_misc.c | 1431 ath_hal_printf(ah, "AR_CR 0x%x \n", OS_REG_READ(ah, AR_CR)); in ar9300_dma_reg_dump() 3866 OS_REG_WRITE(ah, AR_CR, AR_CR_RXD); /* set receive disable */ in ar9300_tx99_start()
|
H A D | ar9300reg.h | 33 #define AR_CR AR_MAC_DMA_OFFSET(MAC_DMA_CR) macro
|
H A D | ar9300_reset.c | 2086 (OS_REG_READ(ah, AR_CR) & AR_CR_RXE)) { in ar9300_chip_reset()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_recv.c | 58 OS_REG_WRITE(ah, AR_CR, AR_CR_RXE); in ar5212EnableReceive() 68 OS_REG_WRITE(ah, AR_CR, AR_CR_RXD); /* Set receive disable bit */ in ar5212StopDmaReceive() 69 if (!ath_hal_wait(ah, AR_CR, AR_CR_RXE, 0)) { in ar5212StopDmaReceive() 75 OS_REG_READ(ah, AR_CR), in ar5212StopDmaReceive()
|
H A D | ar5212reg.h | 27 #define AR_CR 0x0008 /* MAC control register */ macro
|
H A D | ar5212_reset.c | 1142 OS_REG_SET_BIT(ah, AR_CR, AR_CR_RXD); in ar5212MacStop() 1155 if (!OS_REG_IS_BIT_SET(ah, AR_CR, AR_CR_RXE)) { in ar5212MacStop()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_recv.c | 78 OS_REG_WRITE(ah, AR_CR, AR_CR_RXD); /* Set receive disable bit */ in ar5416StopDmaReceive() 79 if (!ath_hal_wait(ah, AR_CR, AR_CR_RXE, 0)) { in ar5416StopDmaReceive() 85 OS_REG_READ(ah, AR_CR), in ar5416StopDmaReceive()
|
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs_5210.c | 44 DEFBASICfmt(AR_CR, "CR", AR_CR_BITS),
|
H A D | dumpregs_5211.c | 42 DEFBASICfmt(AR_CR, "CR", AR_CR_BITS),
|
H A D | dumpregs_5212.c | 45 DEFBASIC(AR_CR, "CR"),
|
H A D | dumpregs_5416.c | 44 DEFBASIC(AR_CR, "CR"),
|