Searched refs:_GPDR (Results 1 – 2 of 2) sorted by relevance
1241 #define _GPDR(x) (0x40E0000C + (((x) & 0x60) >> 3)) macro1251 #define GPDR(x) (((((x) & 0x7f) < 96) ? _GPDR(x) : GPDR3))1261 #define GPDR(x) _GPDR(x)
1492 #define _GPDR 0x90040004 /* GPIO Pin Direction Reg. */ macro1504 (*((volatile Word *) io_p2v (_GPDR)))1520 #define GPDR (io_p2v (_GPDR))