H A D | dumpregs.h | 65 #define _DEFREG(_addr, _name, _type) \ argument 67 #define _DEFREGx(_addr, _name, _type, _srevmin, _srevmax) \ argument 70 #define _DEFREGfmt(_addr, _name, _type, _fmt) \ argument 72 #define DEFVOID(_addr, _name) _DEFREG(_addr, _name, 0) argument 73 #define DEFVOIDx(_addr, _name, _smin, _smax) \ argument 75 #define DEFVOIDfmt(_addr, _name, _fmt) \ argument 77 #define DEFBASIC(_addr, _name) _DEFREG(_addr, _name, DUMP_BASIC) argument 78 #define DEFBASICfmt(_addr, _name, _fmt) \ argument 80 #define DEFBASICx(_addr, _name, _smin, _smax) \ argument 82 #define DEFBB(_addr, _name) _DEFREG(_addr, _name, DUMP_BASEBAND) argument [all …]
|