Home
last modified time | relevance | path

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

/kernel/liteos_a/arch/arm/include/
Dgic_common.h97 #define GIC_PRIORITY_MASK 0xFFU macro
112 #define GIC_MAX_INTERRUPT_PREEMPTION_LEVEL ((UINT8)((GIC_PRIORITY_MASK + 1) >> PRIORITY_SHIFT))
/kernel/liteos_a/arch/arm/gic/
Dgic_v3.c184 newPri &= ~(GIC_PRIORITY_MASK << ((irq % 4) * GIC_PRIORITY_OFFSET)); in GicdSetPmr()
197 newPri &= ~(GIC_PRIORITY_MASK << ((irq % 4) * GIC_PRIORITY_OFFSET)); in GicrSetPmr()