Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/brcm/
A Dscp.c53 unsigned int section_src_offset; in download_scp_patch() local
80 section_src_offset = pheader[0]; in download_scp_patch()
85 section_src_offset, section_size, pheader[2]); in download_scp_patch()
87 if ((section_src_offset + section_size) > image_size) { in download_scp_patch()
93 memcpy(dest, pdata + section_src_offset, section_size); in download_scp_patch()

Completed in 2 milliseconds