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