Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c153 static int is_default_pe_state(u32 pe_state) in is_default_pe_state() argument
156 return (pe_state == PE_STATE(1, 1, 0, 0)); in is_default_pe_state()
158 return (pe_state == PE_STATE(0, 0, 0, 0)); in is_default_pe_state()
175 static int smc_cpu_on(u32 cpu, u32 pe_state, u32 entry, in smc_cpu_on() argument
181 cpu, pe_state, entry); in smc_cpu_on()
184 if (is_default_pe_state(pe_state)) in smc_cpu_on()
187 ret = sip_smc_amp_cfg(AMP_PE_STATE, cpu, pe_state, 0); in smc_cpu_on()
252 u32 pe_state, entry; in brought_up_amp() local
296 pe_state = PE_STATE(aarch64, hyp, thumb, 0); in brought_up_amp()
306 AMP_I(" pe_state: 0x%08x\n", pe_state); in brought_up_amp()
[all …]