Lines Matching refs:GIC_DIST_BASE
23 #define GIC_DIST_BASE DT_REG_ADDR_BY_IDX(DT_INST(0, arm_gic), 0) macro
35 #define GICD_CTLR (GIC_DIST_BASE + 0x0)
42 #define GICD_TYPER (GIC_DIST_BASE + 0x4)
49 #define GICD_IIDR (GIC_DIST_BASE + 0x8)
56 #define GICD_IGROUPRn (GIC_DIST_BASE + 0x80)
63 #define GICD_ISENABLERn (GIC_DIST_BASE + 0x100)
70 #define GICD_ICENABLERn (GIC_DIST_BASE + 0x180)
77 #define GICD_ISPENDRn (GIC_DIST_BASE + 0x200)
84 #define GICD_ICPENDRn (GIC_DIST_BASE + 0x280)
91 #define GICD_ISACTIVERn (GIC_DIST_BASE + 0x300)
98 #define GICD_ICACTIVERn (GIC_DIST_BASE + 0x380)
106 #define GICD_IPRIORITYRn (GIC_DIST_BASE + 0x400)
113 #define GICD_ITARGETSRn (GIC_DIST_BASE + 0x800)
120 #define GICD_ICFGRn (GIC_DIST_BASE + 0xc00)
127 #define GICD_SGIR (GIC_DIST_BASE + 0xf00)