Searched refs:aff3 (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/ |
| D | gic_v3.h | 84 #define COMPOSE_ICC_SGIR_VALUE(aff3, aff2, aff1, intid, irm, rs, tlist) \ argument 85 ((((uint64_t)(aff3) & ICC_SGIR_AFF_MASK) << ICC_SGIR_AFF3_SHIFT) | \ 230 uint32_t aff3, aff2, aff1, aff0, aff; in GIC_MPIDRtoAffinity() local 236 aff3 = MPIDR_TO_AFF_LEVEL(mpidr, 3); in GIC_MPIDRtoAffinity() 241 (aff3 & MPIDR_AFFLVL_MASK) << 24; in GIC_MPIDRtoAffinity() 586 uint32_t aff3, aff2, aff1, rs; in GIC_SendSGI_ARE() local 594 aff3 = MPIDR_TO_AFF_LEVEL(target_aff, 3); in GIC_SendSGI_ARE() 596 val = COMPOSE_ICC_SGIR_VALUE(aff3, aff2, aff1, IRQn, 0, rs, tlist); in GIC_SendSGI_ARE()
|