Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/services/
H A Drmmd_svc.h31 ((((GET_SMC_NUM(_fid) >= RMI_FNUM_MIN_VALUE) && \
32 (GET_SMC_NUM(_fid) <= RMI_FNUM_MAX_VALUE)) || \
33 ((GET_SMC_NUM(_fid) >= RMI_FNUM1_MIN_VALUE) && \
34 (GET_SMC_NUM(_fid) <= RMI_FNUM1_MAX_VALUE))) && \
81 ((GET_SMC_NUM(_fid) >= RMMD_EL3_FNUM_MIN_VALUE) &&\
82 (GET_SMC_NUM(_fid) <= RMMD_EL3_FNUM_MAX_VALUE) &&\
H A Dffa_svc.h30 ((GET_SMC_NUM(_fid) >= FFA_FNUM_MIN_VALUE) && \
31 (GET_SMC_NUM(_fid) <= FFA_FNUM_MAX_VALUE)); })
/rk3399_ARM-atf/include/lib/pmf/
H A Dpmf.h47 (GET_SMC_NUM(_fid) == PMF_FID_VALUE_DEPRECATED)
68 #define is_pmf_fid(_fid) ((GET_SMC_NUM(_fid) & PMF_ID_MASK) == PMF_FID_VALUE)
/rk3399_ARM-atf/include/lib/
H A Ddebugfs.h70 (GET_SMC_NUM(_fid) == DEBUGFS_FID_VALUE)
79 (GET_SMC_NUM(_fid) == DEBUGFS_FID_VALUE_DEPRECATED)
H A Dsmccc.h54 #define GET_SMC_NUM(id) (((id) >> FUNCID_NUM_SHIFT) & \ macro
/rk3399_ARM-atf/plat/xilinx/common/ipi_mailbox_service/
H A Dipi_mailbox_svc.c100 switch (GET_SMC_NUM(smc_fid)) { in ipi_smc_handler()