Searched refs:GPIO_BASE (Results 1 – 15 of 15) sorted by relevance
10 #define GPIO_BASE (0xE6050000U) macro13 #define GPIO_IOINTSEL0 (GPIO_BASE + 0x0000U)14 #define GPIO_INOUTSEL0 (GPIO_BASE + 0x0004U)15 #define GPIO_OUTDT0 (GPIO_BASE + 0x0008U)16 #define GPIO_INDT0 (GPIO_BASE + 0x000CU)17 #define GPIO_INTDT0 (GPIO_BASE + 0x0010U)18 #define GPIO_INTCLR0 (GPIO_BASE + 0x0014U)19 #define GPIO_INTMSK0 (GPIO_BASE + 0x0018U)20 #define GPIO_MSKCLR0 (GPIO_BASE + 0x001CU)21 #define GPIO_POSNEG0 (GPIO_BASE + 0x0020U)[all …]
279 #define GPIO_BASE (0xE6050000U) macro280 #define GPIO_INDT1 (GPIO_BASE + 0x100CU)281 #define GPIO_INDT3 (GPIO_BASE + 0x300CU)282 #define GPIO_INDT6 (GPIO_BASE + 0x540CU)283 #define GPIO_OUTDT1 (GPIO_BASE + 0x1008U)284 #define GPIO_OUTDT3 (GPIO_BASE + 0x3008U)285 #define GPIO_OUTDT6 (GPIO_BASE + 0x5408U)
22 #define DIR_BASE (GPIO_BASE + 0x000)23 #define DOUT_BASE (GPIO_BASE + 0x100)24 #define DIN_BASE (GPIO_BASE + 0x200)25 #define MODE_BASE (GPIO_BASE + 0x300)
36 #define GPIO_BASE(x) (x != 5 ? \ macro
25 #define DIR_BASE (GPIO_BASE + 0x000)26 #define DOUT_BASE (GPIO_BASE + 0x100)27 #define DIN_BASE (GPIO_BASE + 0x200)28 #define MODE_BASE (GPIO_BASE + 0x300)
104 pl061_gpio_register(GPIO_BASE(i), i); in bl1_platform_setup()
41 #define GPIO_BASE (IO_PHYS + 0x00005000) macro
59 #define GPIO_BASE (IO_PHYS + 0x00005000) macro
21 #define GPIO_BASE (IO_PHYS + 0x5000) macro
43 #define GPIO_BASE (IO_PHYS + 0x00005000) macro
38 #define GPIO_BASE (IO_PHYS + 0x00005000) macro
137 #define GPIO_BANK (GPIO_BASE + 0x6F0)
149 #define GPIO_BANK (GPIO_BASE + 0x6F0)
18 #define GPIO_BASE (IO_PHYS + 0x5000) macro
Completed in 23 milliseconds