Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/arm/
H A Dgicv2.h55 #define SGIR_INTID_MASK ULL(0xf) macro
63 ((intid) & SGIR_INTID_MASK))
H A Dgicv3.h314 #define SGIR_INTID_MASK ULL(0xf) macro
327 (((_intid) & SGIR_INTID_MASK) << SGIR_INTID_SHIFT) | \