Searched refs:hdr_sz (Results 1 – 1 of 1) sorted by relevance
253 size_t hdr_sz = sizeof(boot_api_image_header_t); in stm32image_partition_read() local290 memcpy(local_buffer, (uint8_t *)first_lba_buffer + hdr_sz, in stm32image_partition_read()291 MAX_LBA_SIZE - hdr_sz); in stm32image_partition_read()292 local_buffer += MAX_LBA_SIZE - hdr_sz; in stm32image_partition_read()296 local_length = round_up(length - ((MAX_LBA_SIZE) - hdr_sz), in stm32image_partition_read()327 *length_read += MAX_LBA_SIZE - hdr_sz; in stm32image_partition_read()349 inv_dcache_range(round_up((uintptr_t)(local_buffer + length - hdr_sz), in stm32image_partition_read()350 CACHE_WRITEBACK_GRANULE), *length_read - length + hdr_sz); in stm32image_partition_read()
Completed in 3 milliseconds