Searched refs:config_32 (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a-3.7.0/services/std_svc/spm/el3_spmc/ |
D | spmc_main.c | 1518 uint32_t config_32; in sp_manifest_parse() local 1537 ret = fdt_read_uint32(sp_manifest, node, "exception-level", &config_32); in sp_manifest_parse() 1543 sp->runtime_el = config_32; in sp_manifest_parse() 1545 ret = fdt_read_uint32(sp_manifest, node, "ffa-version", &config_32); in sp_manifest_parse() 1551 sp->ffa_version = config_32; in sp_manifest_parse() 1553 ret = fdt_read_uint32(sp_manifest, node, "execution-state", &config_32); in sp_manifest_parse() 1559 sp->execution_state = config_32; in sp_manifest_parse() 1562 "messaging-method", &config_32); in sp_manifest_parse() 1569 if ((config_32 & ~(FFA_PARTITION_DIRECT_REQ_RECV | in sp_manifest_parse() 1572 config_32); in sp_manifest_parse() [all …]
|