Searched refs:AR_BCR (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_reset.c | 132 OS_REG_WRITE(ah, AR_BCR, INIT_BCON_CNTRL_REG); in ar5210Reset() 137 OS_REG_WRITE(ah, AR_BCR, INIT_BCON_CNTRL_REG | AR_BCR_BCMD); in ar5210Reset() 142 OS_REG_WRITE(ah, AR_BCR, INIT_BCON_CNTRL_REG); in ar5210Reset() 147 OS_REG_WRITE(ah, AR_BCR, INIT_BCON_CNTRL_REG); in ar5210Reset()
|
H A D | ar5210reg.h | 42 #define AR_BCR 0x0028 /* Beacon control register */ macro
|
H A D | ar5210_xmit.c | 382 OS_REG_WRITE(ah, AR_BCR, in ar5210StartTxDma() 387 OS_REG_WRITE(ah, AR_BCR, AR_BCR_TQ1V | AR_BCR_BDMAE); in ar5210StartTxDma()
|
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs_5210.c | 51 DEFBASICfmt(AR_BCR, "BCR", AR_BCR_BITS),
|