Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Daplic_priv.h63 #define APLIC_TARGET_EIID_MASK GENMASK_32(10, 0) macro
/optee_os/core/drivers/
H A Daplic_msi.c37 val |= eiid & APLIC_TARGET_EIID_MASK; in aplic_set_target()