Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/include/lpm/
H A Dmt_lpm_smc.h31 MT_LPM_SMC_USER_CPU_PM = 0, enumerator
53 #define MT_LPM_SMC_USER_ID_CPU_PM(uid) MT_LPM_SMC_USER_SINK(MT_LPM_SMC_USER_CPU_PM, uid)
58 #define MT_LPM_SMC_USER_CPU_PM(uid) MT_LPM_SMC_USER_ID_CPU_PM(uid) macro
/rk3399_ARM-atf/plat/mediatek/include/lpm_v2/
H A Dmt_lpm_smc.h25 MT_LPM_SMC_USER_CPU_PM = 0, enumerator
45 MT_LPM_SMC_USER_SINK(MT_LPM_SMC_USER_CPU_PM, uid)
48 #define MT_LPM_SMC_USER_CPU_PM(uid) MT_LPM_SMC_USER_ID_CPU_PM(uid) macro
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/
H A Dmt_cpu_pm_smc.c179 mt_lpm_dispatcher_registry(MT_LPM_SMC_USER_CPU_PM, in cpupm_smc_init()