Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/common/
H A Ddumpregs.h54 DUMP_INTERRUPT = 0x0008, /* interrupt state */ enumerator
81 #define DEFINT(_addr, _name) _DEFREG(_addr, _name, DUMP_INTERRUPT)
83 _DEFREGfmt(_addr, _name, DUMP_INTERRUPT, _fmt)
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c141 what |= DUMP_INTERRUPT; in main()
216 if ((what & DUMP_INTERRUPT) && ath_hal_anyregs(DUMP_INTERRUPT)) { in main()
220 ath_hal_dumpregs(stdout, DUMP_INTERRUPT); in main()
225 if (what & (DUMP_BASIC|DUMP_INTERRUPT)) 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()