Searched refs:AR_DMISC (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/ |
H A D | ar5211_xmit.c | 286 OS_REG_WRITE(ah, AR_DMISC(q), AR5311_D_MISC_SEQ_NUM_CONTROL); in ar5211ResetTxQueue() 316 OS_REG_WRITE(ah, AR_DMISC(q), in ar5211ResetTxQueue() 317 OS_REG_READ(ah, AR_DMISC(q)) | in ar5211ResetTxQueue() 321 OS_REG_WRITE(ah, AR_DMISC(q), in ar5211ResetTxQueue() 322 OS_REG_READ(ah, AR_DMISC(q)) | in ar5211ResetTxQueue() 338 OS_REG_WRITE(ah, AR_DMISC(q), value); in ar5211ResetTxQueue()
|
H A D | ar5211reg.h | 194 #define AR_DMISC(i) (AR_D0_MISC + ((i)<<2)) macro
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
H A D | ar5212reg.h | 213 #define AR_DMISC(_i) (AR_D0_MISC + ((_i)<<2)) macro
|
H A D | ar5212_xmit.c | 432 OS_REG_WRITE(ah, AR_DMISC(q), dmisc); in ar5212ResetTxQueue()
|
/netbsd-src/sys/dev/ic/ |
H A D | athn.c | 1922 AR_WRITE(sc, AR_DMISC(qid), in athn_init_tx_queues() 1931 AR_SETBITS(sc, AR_DMISC(ATHN_QID_BEACON), in athn_init_tx_queues() 1945 AR_SETBITS(sc, AR_DMISC(ATHN_QID_CAB), in athn_init_tx_queues() 1954 AR_SETBITS(sc, AR_DMISC(ATHN_QID_UAPSD), in athn_init_tx_queues()
|
H A D | athnreg.h | 90 #define AR_DMISC(i) (0x1100 + (i) * 4) macro
|