Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/drivers/arm/
Dgicv3.h181 #define SGIR_AFF_MASK 0xf macro
186 ((((uint64_t) (aff3) & SGIR_AFF_MASK) << SGIR_AFF3_SHIFT) | \
188 (((uint64_t) (aff2) & SGIR_AFF_MASK) << SGIR_AFF2_SHIFT) | \
190 (((aff1) & SGIR_AFF_MASK) << SGIR_AFF1_SHIFT) | \