Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/hisilicon/hikey/
A Dhisi_mcu.c50 struct mcu_image_sec secs[MCU_SECTION_MAX]; member
175 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