Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_ros.c44 static uint32_t get_current_image_index(spt_table_t *spt_buf, uint32_t *const img_index) in get_current_image_index() argument
46 if (spt_buf == NULL || img_index == NULL) { in get_current_image_index()
66 *img_index = 0U; in get_current_image_index()
69 *img_index = index; in get_current_image_index()
74 if (*img_index == 0U) { in get_current_image_index()
159 uint32_t ret, img_index; in ros_qspi_get_ssbl_offset() local
169 ret = get_current_image_index(&spt, &img_index); in ros_qspi_get_ssbl_offset()
174 if (strncmp(spt.partition[img_index].name, FACTORY_IMAGE, in ros_qspi_get_ssbl_offset()
181 spt.partition[img_index].name); in ros_qspi_get_ssbl_offset()