Searched refs:DUMP_BASIC (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/tools/tools/ath/common/ |
| D | dumpregs.h | 53 DUMP_BASIC = 0x0001, /* basic/default registers */ enumerator 77 #define DEFBASIC(_addr, _name) _DEFREG(_addr, _name, DUMP_BASIC) 79 _DEFREGfmt(_addr, _name, DUMP_BASIC, _fmt) 81 _DEFREGx(_addr, _name, DUMP_BASIC, _smin, _smax)
|
| D | dumpregs_5416.c | 244 _DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),
|
| D | dumpregs_5212.c | 239 _DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),
|
| /freebsd-12-stable/tools/tools/ath/athregs/ |
| D | dumpregs.c | 131 what |= DUMP_BASIC; in main() 164 what = DUMP_BASIC; in main() 216 if (what & DUMP_BASIC) in main() 217 ath_hal_dumpregs(stdout, DUMP_BASIC); in main() 219 if (what & DUMP_BASIC) in main() 227 if (what & (DUMP_BASIC|DUMP_INTERRUPT)) in main() 235 if (what & (DUMP_BASIC|DUMP_INTERRUPT|DUMP_QCU)) in main() 244 if (what & (DUMP_BASIC|DUMP_INTERRUPT|DUMP_QCU|DUMP_DCU)) in main()
|