Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dgic.c68 #define GICR_SGI_BASE_OFFSET (GICR_RD_BASE_OFFSET + GICR_FRAME_SIZE) macro
69 #define GICR_VLPI_BASE_OFFSET (GICR_SGI_BASE_OFFSET + GICR_FRAME_SIZE)
77 #define GICR_IGROUPR0 (GICR_SGI_BASE_OFFSET + 0x080)
78 #define GICR_ISENABLER0 (GICR_SGI_BASE_OFFSET + 0x100)
79 #define GICR_ICENABLER0 (GICR_SGI_BASE_OFFSET + 0x180)
80 #define GICR_ICPENDR0 (GICR_SGI_BASE_OFFSET + 0x280)
81 #define GICR_IPRIORITYR(n) (GICR_SGI_BASE_OFFSET + 0x400 + (n) * 4)
82 #define GICR_ICFGR0 (GICR_SGI_BASE_OFFSET + 0xC00)
83 #define GICR_ICFGR1 (GICR_SGI_BASE_OFFSET + 0xC04)
84 #define GICR_IGRPMODR0 (GICR_SGI_BASE_OFFSET + 0xD00)