Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_main.c2019 uint32_t config_32; in sp_manifest_parse() local
2068 ret = fdt_read_uint32(sp_manifest, node, "exception-level", &config_32); in sp_manifest_parse()
2074 sp->runtime_el = config_32; in sp_manifest_parse()
2076 ret = fdt_read_uint32(sp_manifest, node, "ffa-version", &config_32); in sp_manifest_parse()
2082 sp->ffa_version = config_32; in sp_manifest_parse()
2084 ret = fdt_read_uint32(sp_manifest, node, "execution-state", &config_32); in sp_manifest_parse()
2090 sp->execution_state = config_32; in sp_manifest_parse()
2093 "messaging-method", &config_32); in sp_manifest_parse()
2100 if ((config_32 & ~(FFA_PARTITION_DIRECT_REQ_RECV | in sp_manifest_parse()
2105 config_32); in sp_manifest_parse()
[all …]