Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/brcm/
H A 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()
/rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/common/
H A Dcper.c245 uint32_t section_size = in cper_write_cpu_record() local
254 section_size; in cper_write_cpu_record()
276 esb->DataLength = (uint32_t)(sizeof(*de) + section_size); in cper_write_cpu_record()
286 de->ErrorDataLength = section_size; in cper_write_cpu_record()
289 memset(sec, 0, section_size); in cper_write_cpu_record()
296 sec->CpuInfo.SectionLength = section_size; in cper_write_cpu_record()