Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/export/common/
H A Dparam_header_exp.h25 #define PARAM_VERSION_2 U(0x02) macro
/rk3399_ARM-atf/plat/imx/common/
H A Dimx_common.c37 if (v2->h.version != PARAM_VERSION_2) { in imx_bl31_params_parse()
/rk3399_ARM-atf/include/common/
H A Dparam_header.h19 #define VERSION_2 PARAM_VERSION_2
/rk3399_ARM-atf/common/
H A Ddesc_image_load.c362 assert(v2->h.version == PARAM_VERSION_2); in bl31_params_parse_helper()