Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/qti/common/src/
Dqti_syscall.c59 #define FUNCID_OEN_NUM_MASK ((FUNCID_OEN_MASK << FUNCID_OEN_SHIFT)\ macro
307 uint32_t l_smc_fid = smc_fid & FUNCID_OEN_NUM_MASK; in qti_sip_handler()