Searched defs:GPIO_DIR (Results 1 – 7 of 7) sorted by relevance
18 #define GPIO_DIR 0x10 macro
22 #define GPIO_DIR 0x08 macro
28 #define GPIO_DIR 0x00 macro
64 #define GPIO_DIR (~((GPIO_IN) | 0xf0000000)) macro
28 #define GPIO_DIR (0x04) macro
85 #define GPIO_DIR 0x52 /* GPIO pins direction registers */ macro
48 #define GPIO_DIR(p) (GPIO_BASE(p) + 0x08) macro