Searched refs:GPIO_BASE_ADDR (Results 1 – 1 of 1) sorted by relevance
140 #define GPIO_BASE_ADDR 0xE0028000 macro141 #define IOPIN0 (*(volatile unsigned long *)(GPIO_BASE_ADDR + 0x00))142 #define IOSET0 (*(volatile unsigned long *)(GPIO_BASE_ADDR + 0x04))143 #define IODIR0 (*(volatile unsigned long *)(GPIO_BASE_ADDR + 0x08))144 #define IOCLR0 (*(volatile unsigned long *)(GPIO_BASE_ADDR + 0x0C))145 #define IOPIN1 (*(volatile unsigned long *)(GPIO_BASE_ADDR + 0x10))146 #define IOSET1 (*(volatile unsigned long *)(GPIO_BASE_ADDR + 0x14))147 #define IODIR1 (*(volatile unsigned long *)(GPIO_BASE_ADDR + 0x18))148 #define IOCLR1 (*(volatile unsigned long *)(GPIO_BASE_ADDR + 0x1C))151 #define IO0_INT_EN_R (*(volatile unsigned long *)(GPIO_BASE_ADDR + 0x90)) [all …]