Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dgic_v3.h84 #define COMPOSE_ICC_SGIR_VALUE(aff3, aff2, aff1, intid, irm, rs, tlist) \ argument
86 (((uint64_t)(rs) & ICC_SGIR_RS_MASK) << ICC_SGIR_RS_SHIFT) | \
586 uint32_t aff3, aff2, aff1, rs; in GIC_SendSGI_ARE() local
595 rs = MPIDR_TO_RS(target_aff); in GIC_SendSGI_ARE()
596 val = COMPOSE_ICC_SGIR_VALUE(aff3, aff2, aff1, IRQn, 0, rs, tlist); in GIC_SendSGI_ARE()