Home
last modified time | relevance | path

Searched refs:GIC_DIST_BASE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/drivers/interrupt_controller/
Dgic.h23 #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)
[all …]
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
Dintc_gic_common_priv.h42 #define GET_DIST_BASE(intid) GIC_DIST_BASE
46 : GIC_DIST_BASE)
Dintc_gicv3.c439 mem_addr_t base = GIC_DIST_BASE; in gicv3_dist_init()