Searched refs:size_and_off (Results 1 - 1 of 1) sorted by relevance

/u-boot/tools/
H A Drkcommon.c37 * @size_and_off: [31:16]image size;[15:0]image offset
45 uint32_t size_and_off; member in struct:image_entry
344 hdr->images[i].size_and_off = cpu_to_le32((image_sector_count
500 init_size = header0_v2.images[0].size_and_off >> 16;
502 boot_size = header0_v2.images[1].size_and_off >> 16;

Completed in 90 milliseconds