Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/include/drivers/arm/
Dgicv2.h55 #define SGIR_INTID_MASK ULL(0xf) macro
63 ((intid) & SGIR_INTID_MASK))
Dgicv3.h313 #define SGIR_INTID_MASK ULL(0xf) macro
326 (((_intid) & SGIR_INTID_MASK) << SGIR_INTID_SHIFT) | \