Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/brcm/
A Dscp.c48 unsigned int *pheader = (unsigned int *)(image); in download_scp_patch() local
56 if (pheader && (pheader[0] != SCP_BIN_HEADER_MAGIC_START)) { in download_scp_patch()
61 num_sections = pheader[1]; in download_scp_patch()
70 if (*(pheader + header_size/4 - 1) != SCP_BIN_HEADER_MAGIC_END) { in download_scp_patch()
76 pdata = (unsigned char *)pheader + header_size; in download_scp_patch()
78 for (pheader += 2; num_sections > 0; num_sections--) { in download_scp_patch()
80 section_src_offset = pheader[0]; in download_scp_patch()
81 section_size = pheader[1]; in download_scp_patch()
82 dest = (void *)(unsigned long)pheader[2]; in download_scp_patch()
85 section_src_offset, section_size, pheader[2]); in download_scp_patch()
[all …]

Completed in 2 milliseconds