Searched full:__reg2 (Results 1 – 4 of 4) sorted by relevance
105 #define UDCCSN(x) __REG2(0x40600100, (x) << 2)152 #define UDCBCN(x) __REG2(0x40600200, (x)<<2)178 #define UDCDN(x) __REG2(0x40600300, (x)<<2)206 #define UDCCN(x) __REG2(0x40600400, (x)<<2)
39 # define __REG2(x,y) \ macro
40 #define PCMD(x) __REG2(0x40F00080, (x)<<2)
106 #define __REG2(cc,abi,type,...) __REG2_ ## type (__VA_ARGS__) macro