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

/freebsd-current/tools/tools/ath/common/
H A Ddumpregs.h57 DUMP_DCU = 0x0040, /* DCU state */ enumerator in enum:__anon6357
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-current/tools/tools/ath/athregs/
H A Ddumpregs.c120 what |= DUMP_DCU;
232 if ((what & DUMP_DCU) && ath_hal_anyregs(DUMP_DCU)) {
236 ath_hal_dumpregs(stdout, DUMP_DCU);
242 if (what & (DUMP_BASIC|DUMP_INTERRUPT|DUMP_QCU|DUMP_DCU))

Completed in 161 milliseconds