Searched refs:_DEFREG (Results 1 – 3 of 3) sorted by relevance
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs.h | 63 #define _DEFREG(_addr, _name, _type) \ macro 70 #define DEFVOID(_addr, _name) _DEFREG(_addr, _name, 0) 75 #define DEFBASIC(_addr, _name) _DEFREG(_addr, _name, DUMP_BASIC) 80 #define DEFBB(_addr, _name) _DEFREG(_addr, _name, DUMP_BASEBAND) 81 #define DEFINT(_addr, _name) _DEFREG(_addr, _name, DUMP_INTERRUPT) 84 #define DEFQCU(_addr, _name) _DEFREG(_addr, _name, DUMP_QCU) 85 #define DEFDCU(_addr, _name) _DEFREG(_addr, _name, DUMP_DCU)
|
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),
|