Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/
H A Dffa.h239 #define FFA_BOOT_INFO_FLAG_CONTENT_FORMAT_MASK GENMASK_32(3, 2) macro
/optee_os/core/arch/arm/kernel/
H A Dboot.c1319 content_fmt = (desc->flags & FFA_BOOT_INFO_FLAG_CONTENT_FORMAT_MASK) >> in get_fdt_from_boot_info()