Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/brcm/
Dscp.c54 unsigned int section_size; in download_scp_patch() local
81 section_size = pheader[1]; 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()
94 flush_dcache_range((uintptr_t)dest, section_size); in download_scp_patch()