Searched refs:DUMP_DCU (Results 1 – 4 of 4) sorted by relevance
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs.h | 57 DUMP_DCU = 0x0040, /* DCU state */ enumerator 85 #define DEFDCU(_addr, _name) _DEFREG(_addr, _name, DUMP_DCU)
|
H A D | dumpregs_5212.c | 237 _DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),
|
H A D | dumpregs_5416.c | 242 _DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),
|
/freebsd/tools/tools/ath/athregs/ |
H A D | dumpregs.c | 120 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()
|