Lines Matching refs:MCUCTL_BASE
17 #define MCUCTL_BASE 0x00180000 macro
20 #define MCUCTL_REG_MCUCTRL (MCUCTL_BASE + 0x00)
24 #define MCUCTL_REG_BBOAR (MCUCTL_BASE + 0x04)
27 #define MCUCTL_REG_INTGR0 (MCUCTL_BASE + 0x08)
34 #define MCUCTL_REG_INTCR0 (MCUCTL_BASE + 0x0c)
41 #define MCUCTL_REG_INTMR0 (MCUCTL_BASE + 0x10)
48 #define MCUCTL_REG_INTSR0 (MCUCTL_BASE + 0x14)
55 #define MCUCTL_REG_INTMSR0 (MCUCTL_BASE + 0x18)
62 #define MCUCTL_REG_INTGR1 (MCUCTL_BASE + 0x1c)
67 #define MCUCTL_REG_INTCR1 (MCUCTL_BASE + 0x20)
72 #define MCUCTL_REG_INTMR1 (MCUCTL_BASE + 0x24)
77 #define MCUCTL_REG_INTSR1 (MCUCTL_BASE + 0x28)
79 #define MCUCTL_REG_INTMSR1 (MCUCTL_BASE + 0x2c)
82 #define MCUCTL_REG_INTCR2 (MCUCTL_BASE + 0x30)
87 #define MCUCTL_REG_INTMR2 (MCUCTL_BASE + 0x34)
92 #define MCUCTL_REG_INTSR2 (MCUCTL_BASE + 0x38)
94 #define MCUCTL_REG_INTMSR2 (MCUCTL_BASE + 0x3c)
97 #define MCUCTL_REG_GPOCTLR (MCUCTL_BASE + 0x40)
102 #define MCUCTL_REG_GPOENCTLR (MCUCTL_BASE + 0x44)
107 #define MCUCTL_REG_GPICTLR (MCUCTL_BASE + 0x48)
130 #define MCUCTL_REG_ISSR(__n) (MCUCTL_BASE + 0x80 + ((__n) * 4))