OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AR_Q_TXE
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_xmit.c
421
HALASSERT((OS_REG_READ(ah,
AR_Q_TXE
) & (1 << q)) == 0);
445
OS_REG_WRITE(ah,
AR_Q_TXE
, 1 << q);
466
if (n == 0 && (OS_REG_READ(ah,
AR_Q_TXE
) & (1<<q)))
ar5211reg.h
81
#define
AR_Q_TXE
0x0840 /* Transmit Queue enable */
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_xmit.c
508
HALASSERT((OS_REG_READ(ah,
AR_Q_TXE
) & (1 << q)) == 0);
530
OS_REG_WRITE(ah,
AR_Q_TXE
, 1 << q);
553
if (OS_REG_READ(ah,
AR_Q_TXE
) & (1 << q))
584
OS_REG_READ(ah, AR_QSTS(q)), OS_REG_READ(ah,
AR_Q_TXE
),
ar5212reg.h
96
#define
AR_Q_TXE
0x0840 /* MAC Transmit Queue enable */
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_xmit.c
56
OS_REG_READ(ah, AR_QSTS(q)), OS_REG_READ(ah,
AR_Q_TXE
),
/src/sys/dev/ic/
athnreg.h
71
#define
AR_Q_TXE
0x0840
541
/* Bits for
AR_Q_TXE
. */
arn5008.c
1179
AR_WRITE(sc,
AR_Q_TXE
, 1 << ATHN_QID_BEACON);
1670
AR_WRITE(sc,
AR_Q_TXE
, 1 << qid);
arn9003.c
1337
AR_WRITE(sc,
AR_Q_TXE
, 1 << ATHN_QID_BEACON);
athn.c
1838
(AR_READ(sc,
AR_Q_TXE
) & (1 << qid)) != 0;
Completed in 85 milliseconds
Indexes created Sat Jul 18 00:24:37 UTC 2026