Searched refs:GIC_DIST_BASE (Results 1 – 3 of 3) sorted by relevance
23 #define GIC_DIST_BASE DT_REG_ADDR_BY_IDX(DT_INST(0, arm_gic), 0) macro35 #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)[all …]
42 #define GET_DIST_BASE(intid) GIC_DIST_BASE46 : GIC_DIST_BASE)
439 mem_addr_t base = GIC_DIST_BASE; in gicv3_dist_init()