Home
last modified time | relevance | path

Searched refs:DUMP_DCU (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/ath/common/
H A Ddumpregs.h57 DUMP_DCU = 0x0040, /* DCU state */ enumerator
85 #define DEFDCU(_addr, _name) _DEFREG(_addr, _name, DUMP_DCU)
H A Ddumpregs_5212.c237 _DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),
H A Ddumpregs_5416.c242 _DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c120 what |= DUMP_DCU; in main()
232 if ((what & DUMP_DCU) && ath_hal_anyregs(DUMP_DCU)) { in main()
236 ath_hal_dumpregs(stdout, DUMP_DCU); in main()
242 if (what & (DUMP_BASIC|DUMP_INTERRUPT|DUMP_QCU|DUMP_DCU)) in main()