Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/spm/
H A Dmt_spm_dispatcher.c35 static uint64_t mt_spm_compatible_smc_id(uint64_t lp_id) in mt_spm_compatible_smc_id() argument
37 switch (lp_id) { in mt_spm_compatible_smc_id()
39 lp_id = MT_SPM_SMC_UID_FW_INIT; in mt_spm_compatible_smc_id()
44 return lp_id; in mt_spm_compatible_smc_id()
47 uint64_t mt_spm_dispatcher(u_register_t lp_id, u_register_t act, in mt_spm_dispatcher() argument
54 lp_id = mt_spm_compatible_smc_id(lp_id); in mt_spm_dispatcher()
58 switch (lp_id) { in mt_spm_dispatcher()
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/
H A Dmt_cpu_pm_smc.c31 static uint64_t cpupm_dispatcher(u_register_t lp_id, in cpupm_dispatcher() argument
40 switch (lp_id) { in cpupm_dispatcher()
51 static uint64_t cpupm_lp_dispatcher(u_register_t lp_id, in cpupm_lp_dispatcher() argument
62 switch (lp_id) { in cpupm_lp_dispatcher()
92 ret = mt_lp_irqremain_set((unsigned int)lp_id, &info); in cpupm_lp_dispatcher()
95 lp_id); in cpupm_lp_dispatcher()
100 (unsigned int)lp_id, &info); in cpupm_lp_dispatcher()
103 lp_id); in cpupm_lp_dispatcher()
116 INFO("cpu_pm lp command: %lu, set fail\n", lp_id); in cpupm_lp_dispatcher()
156 static uint64_t secure_cpupm_dispatcher(u_register_t lp_id, in secure_cpupm_dispatcher() argument
[all …]
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_main.c310 static bool direct_msg_validate_lp_resp(uint16_t origin_id, uint16_t lp_id, in direct_msg_validate_lp_resp() argument
320 if (src_id != lp_id) { in direct_msg_validate_lp_resp()