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.c67 #define GICR_SGI_BASE_OFFSET (64 * 1024) macro
71 #define GICR_IGROUPR0 (GICR_SGI_BASE_OFFSET + 0x080)
72 #define GICR_IGRPMODR0 (GICR_SGI_BASE_OFFSET + 0xD00)
73 #define GICR_ICENABLER0 (GICR_SGI_BASE_OFFSET + 0x180)
74 #define GICR_ICPENDR0 (GICR_SGI_BASE_OFFSET + 0x280)
75 #define GICR_ISENABLER0 (GICR_SGI_BASE_OFFSET + 0x100)
76 #define GICR_ICFGR0 (GICR_SGI_BASE_OFFSET + 0xC00)
77 #define GICR_ICFGR1 (GICR_SGI_BASE_OFFSET + 0xC04)
78 #define GICR_IPRIORITYR(n) (GICR_SGI_BASE_OFFSET + 0x400 + (n) * 4)