Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c1483 uint32_t ffa_version = 0; in read_ffa_version() local
1485 res = sp_dt_get_u32(fdt, 0, "ffa-version", &ffa_version); in read_ffa_version()
1491 if (ffa_version != FFA_VERSION_1_0 && ffa_version != FFA_VERSION_1_1) { in read_ffa_version()
1492 EMSG("Invalid FF-A version value: 0x%08"PRIx32, ffa_version); in read_ffa_version()
1496 s->rxtx.ffa_vers = ffa_version; in read_ffa_version()