DUMP_INTERRUPT
what |= DUMP_INTERRUPT;
if ((what & DUMP_INTERRUPT) && ath_hal_anyregs(DUMP_INTERRUPT)) {
ath_hal_dumpregs(stdout, DUMP_INTERRUPT);
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 DEFINT(_addr, _name) _DEFREG(_addr, _name, DUMP_INTERRUPT)
_DEFREGfmt(_addr, _name, DUMP_INTERRUPT, _fmt)