Home
last modified time | relevance | path

Searched refs:DUMP_QCU (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/tools/ath/common/
H A Ddumpregs.h56 DUMP_QCU = 0x0020, /* QCU state */ enumerator
84 #define DEFQCU(_addr, _name) _DEFREG(_addr, _name, DUMP_QCU)
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c135 what |= DUMP_QCU; in main()
224 if ((what & DUMP_QCU) && ath_hal_anyregs(DUMP_QCU)) { in main()
228 ath_hal_dumpregs(stdout, DUMP_QCU); in main()
233 if (what & (DUMP_BASIC|DUMP_INTERRUPT|DUMP_QCU)) in main()
242 if (what & (DUMP_BASIC|DUMP_INTERRUPT|DUMP_QCU|DUMP_DCU)) in main()