Searched refs:DUMP_BASIC (Results 1 – 4 of 4) sorted by relevance
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs.h | 51 DUMP_BASIC = 0x0001, /* basic/default registers */ enumerator 75 #define DEFBASIC(_addr, _name) _DEFREG(_addr, _name, DUMP_BASIC) 77 _DEFREGfmt(_addr, _name, DUMP_BASIC, _fmt) 79 _DEFREGx(_addr, _name, DUMP_BASIC, _smin, _smax)
|
H A D | dumpregs_5212.c | 237 _DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),
|
H A D | dumpregs_5416.c | 242 _DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),
|
/freebsd/tools/tools/ath/athregs/ |
H A D | dumpregs.c | 129 what |= DUMP_BASIC; in main() 162 what = DUMP_BASIC; in main() 214 if (what & DUMP_BASIC) in main() 215 ath_hal_dumpregs(stdout, DUMP_BASIC); in main() 217 if (what & DUMP_BASIC) 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()
|