DUMP_DCU
what |= DUMP_DCU;
if ((what & DUMP_DCU) && ath_hal_anyregs(DUMP_DCU)) {
ath_hal_dumpregs(stdout, DUMP_DCU);
if (what & (DUMP_BASIC|DUMP_INTERRUPT|DUMP_QCU|DUMP_DCU))
#define DEFDCU(_addr, _name) _DEFREG(_addr, _name, DUMP_DCU)
_DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),
_DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),