Home
last modified time | relevance | path

Searched refs:AR_DMISC (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Dathn.c1981 AR_WRITE(sc, AR_DMISC(qid), in athn_init_tx_queues()
1990 AR_SETBITS(sc, AR_DMISC(ATHN_QID_BEACON), in athn_init_tx_queues()
2004 AR_SETBITS(sc, AR_DMISC(ATHN_QID_CAB), in athn_init_tx_queues()
2013 AR_SETBITS(sc, AR_DMISC(ATHN_QID_UAPSD), in athn_init_tx_queues()
Dathnreg.h86 #define AR_DMISC(i) (0x1100 + (i) * 4) macro