HomeSort by relevance Sort by last modified time
    Searched refs:SGIR_INTID_MASK (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/arm/
gicv2.h 43 #define SGIR_INTID_MASK 0xf
50 ((intid) & SGIR_INTID_MASK))
gicv3.h 176 #define SGIR_INTID_MASK 0xf
189 (((intid) & SGIR_INTID_MASK) << SGIR_INTID_SHIFT) | \

Completed in 127 milliseconds