Searched refs:pe_state (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | rockchip_amp.c | 142 static int is_default_pe_state(u32 pe_state) in is_default_pe_state() argument 145 return (pe_state == PE_STATE(1, 1, 0, 0)); in is_default_pe_state() 147 return (pe_state == PE_STATE(0, 0, 0, 0)); in is_default_pe_state() 164 static int smc_cpu_on(u32 cpu, u32 pe_state, u32 entry, in smc_cpu_on() argument 170 cpu, pe_state, entry); in smc_cpu_on() 173 if (is_default_pe_state(pe_state)) in smc_cpu_on() 176 ret = sip_smc_amp_cfg(AMP_PE_STATE, cpu, pe_state, 0); in smc_cpu_on() 241 u32 pe_state, entry; in brought_up_amp() local 276 pe_state = PE_STATE(aarch64, hyp, thumb, 0); in brought_up_amp() 285 AMP_I(" pe_state: 0x%08x\n", pe_state); in brought_up_amp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | native.c | 431 u64 cmd, u64 pe_state) in do_process_element_cmd() argument 441 ctx->elem->software_state = cpu_to_be32(pe_state); in do_process_element_cmd()
|