Lines Matching refs:MCUCTL_BASE
20 #define MCUCTL_BASE 0x00180000 macro
23 #define MCUCTL_REG_MCUCTRL (MCUCTL_BASE + 0x00)
27 #define MCUCTL_REG_BBOAR (MCUCTL_BASE + 0x04)
30 #define MCUCTL_REG_INTGR0 (MCUCTL_BASE + 0x08)
37 #define MCUCTL_REG_INTCR0 (MCUCTL_BASE + 0x0c)
44 #define MCUCTL_REG_INTMR0 (MCUCTL_BASE + 0x10)
51 #define MCUCTL_REG_INTSR0 (MCUCTL_BASE + 0x14)
58 #define MCUCTL_REG_INTMSR0 (MCUCTL_BASE + 0x18)
65 #define MCUCTL_REG_INTGR1 (MCUCTL_BASE + 0x1c)
70 #define MCUCTL_REG_INTCR1 (MCUCTL_BASE + 0x20)
75 #define MCUCTL_REG_INTMR1 (MCUCTL_BASE + 0x24)
80 #define MCUCTL_REG_INTSR1 (MCUCTL_BASE + 0x28)
82 #define MCUCTL_REG_INTMSR1 (MCUCTL_BASE + 0x2c)
85 #define MCUCTL_REG_INTCR2 (MCUCTL_BASE + 0x30)
90 #define MCUCTL_REG_INTMR2 (MCUCTL_BASE + 0x34)
95 #define MCUCTL_REG_INTSR2 (MCUCTL_BASE + 0x38)
97 #define MCUCTL_REG_INTMSR2 (MCUCTL_BASE + 0x3c)
100 #define MCUCTL_REG_GPOCTLR (MCUCTL_BASE + 0x40)
105 #define MCUCTL_REG_GPOENCTLR (MCUCTL_BASE + 0x44)
110 #define MCUCTL_REG_GPICTLR (MCUCTL_BASE + 0x48)
133 #define MCUCTL_REG_ISSR(__n) (MCUCTL_BASE + 0x80 + ((__n) * 4))