Searched refs:secs (Results 1 – 1 of 1) sorted by relevance
50 struct mcu_image_sec secs[MCU_SECTION_MAX]; member175 if (is_binary_section_invalid(&head->secs[i], head)) { in hisi_mcu_load_image()181 if (head->secs[i].load_attr != MCU_IMAGE_SEC_LOAD_STATIC) in hisi_mcu_load_image()185 src = (int *)(intptr_t)(buf + head->secs[i].src_offset); in hisi_mcu_load_image()186 dst = (int *)(intptr_t)mcu2ap_addr(head->secs[i].dst_offset); in hisi_mcu_load_image()188 memcpy((void *)dst, (void *)src, head->secs[i].size); in hisi_mcu_load_image()195 INFO("%s: size = %d\n", __func__, head->secs[i].size); in hisi_mcu_load_image()
Completed in 3 milliseconds