Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_ros.h36 #define SPT_MAX_PARTITIONS (127U) macro
58 } partition[SPT_MAX_PARTITIONS];
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_ros.c54 if (spt_buf->partitions < SPT_MIN_PARTITIONS || spt_buf->partitions > SPT_MAX_PARTITIONS) { in get_current_image_index()
101 if (spt_ptr->partitions < SPT_MIN_PARTITIONS || spt_ptr->partitions > SPT_MAX_PARTITIONS) { in load_and_check_spt()