Searched defs:GPDR (Results 1 – 6 of 6) sorted by relevance
32 #define GPDR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x0c) macro
45 GPDR, /* pin direction */ enumerator
20 #define GPDR 0x01c /* pin direction */ macro
1503 #define GPDR /* GPIO Pin Direction Reg. */ \ macro1520 #define GPDR (io_p2v (_GPDR)) macro
1106 #define GPDR __REG(0x90040004) /* GPIO Pin Direction Reg. */ macro
1251 #define GPDR(x) (((((x) & 0x7f) < 96) ? _GPDR(x) : GPDR3)) macro1261 #define GPDR(x) _GPDR(x) macro