Home
last modified time | relevance | path

Searched refs:spt_table_t (Results 1 – 2 of 2) 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()
81 static uint32_t load_and_check_spt(spt_table_t *spt_ptr, size_t offset) in load_and_check_spt()
90 static spt_table_t spt_data; in load_and_check_spt()
105 memcpy_s(&spt_data, (sizeof(spt_table_t) / WORD_SIZE), in load_and_check_spt()
119 static uint32_t get_spt(spt_table_t *spt_buf) in get_spt()
162 static spt_table_t spt; in ros_qspi_get_ssbl_offset()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_ros.h59 } __packed __aligned(4) spt_table_t; typedef