Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/common/lpm/
H A Dmt_lpm_dispatch.c29 if (!IS_MT_LPM_SMC(x1)) in invoke_mt_lpm_dispatch()
57 if (!IS_MT_LPM_SMC(x1)) in invoke_mt_secure_lpm_dispatch()
/rk3399_ARM-atf/plat/mediatek/common/lpm_v2/
H A Dmt_lpm_dispatch.c33 if (!IS_MT_LPM_SMC(x1)) in invoke_mt_lpm_dispatch()
56 if (!IS_MT_LPM_SMC(x1)) in invoke_mt_secure_lpm_dispatch()
/rk3399_ARM-atf/plat/mediatek/include/lpm/
H A Dmt_lpm_smc.h41 #define IS_MT_LPM_SMC(smcid) ((smcid & MT_LPM_SMC_MAGIC_MASK) == MT_LPM_SMC_MAGIC) macro
/rk3399_ARM-atf/plat/mediatek/include/lpm_v2/
H A Dmt_lpm_smc.h35 #define IS_MT_LPM_SMC(smcid) \ macro