Home
last modified time | relevance | path

Searched refs:_DEFREG (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/tools/ath/common/
H A Ddumpregs.h63 #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 Ddumpregs_5212.c237 _DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),
H A Ddumpregs_5416.c242 _DEFREG(AR_D_SEQNUM, "D_SEQ", DUMP_BASIC | DUMP_DCU),