DUMP_BASIC
what |= DUMP_BASIC;
what = DUMP_BASIC;
if (what & DUMP_BASIC)
ath_hal_dumpregs(stdout, DUMP_BASIC);
if (what & DUMP_BASIC)
if (what & (DUMP_BASIC|DUMP_INTERRUPT))
if (what & (DUMP_BASIC|DUMP_INTERRUPT|DUMP_QCU))
if (what & (DUMP_BASIC|DUMP_INTERRUPT|DUMP_QCU|DUMP_DCU))
#define DEFBASIC(_addr, _name) _DEFREG(_addr, _name, DUMP_BASIC)
_DEFREGfmt(_addr, _name, DUMP_BASIC, _fmt)
_DEFREGx(_addr, _name, DUMP_BASIC, _smin, _smax)
_DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),
_DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),