Searched refs:image_offset (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | zynqimage.c | 77 uint32_t image_offset; /* 0x30 */ member 102 checksum += le32_to_cpu(ptr->image_offset); in zynqimage_checksum() 167 printf("Image Offset : 0x%08x\n", le32_to_cpu(zynqhdr->image_offset)); in zynqimage_print_header() 270 zynqhdr->image_offset = in zynqimage_set_header()
|
| H A D | zynqmpimage.c | 89 uint32_t image_offset; /* 0x30 */ member 116 checksum += le32_to_cpu(ptr->image_offset); in zynqmpimage_checksum() 182 printf("Image Offset : 0x%08x\n", le32_to_cpu(zynqhdr->image_offset)); in zynqmpimage_print_header() 331 zynqhdr->image_offset = in zynqmpimage_set_header()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/esas2r/ |
| H A D | esas2r_flash.c | 249 pi = (struct esas2r_pc_image *)((u8 *)fi + ch->image_offset); in fix_bios() 279 u32 offset = ch->image_offset; in fix_efi() 348 + ch->image_offset /* start of the current image */ in fw_download_proc() 394 ch->image_offset; in fw_download_proc() 432 ch->image_offset; in fw_download_proc() 468 ch->image_offset; in fw_download_proc() 502 ch->image_offset; in fw_download_proc() 770 if (chk_boot((u8 *)fi + ch->image_offset, ch->length) in verify_fi() 785 if (!chk_cfg((u8 *)fi + ch->image_offset + ch->length, in verify_fi() 1482 ch->image_offset = 0; in esas2r_fm_api()
|
| H A D | esas2r.h | 427 u32 image_offset; member 504 u32 image_offset; member
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | head_32.S | 97 subl image_offset@GOTOFF(%edx), %ebx 213 SYM_DATA(image_offset, .long 0)
|
| H A D | head_64.S | 138 subl rva(image_offset)(%ebp), %ebx 371 movl image_offset(%rip), %eax 711 SYM_DATA(image_offset, .long 0) 783 movl %ebx, rva(image_offset)(%ebp) // save image_offset
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | x86-stub.c | 25 extern u32 image_offset; 379 image_offset = (void *)startup_32 - image_base; in efi_pe_entry() 717 buffer_start = ALIGN(bzimage_addr - image_offset, in efi_main() 724 (image_offset == 0)) { in efi_main() 739 image_offset = 0; in efi_main()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/ |
| H A D | vc032x.c | 28 u8 image_offset; member 3446 sd->image_offset = 46; in sd_start() 3450 sd->image_offset = 0; in sd_start() 3452 sd->image_offset = 32; in sd_start() 3629 data += sd->image_offset; in sd_pkt_scan() 3630 len -= sd->image_offset; in sd_pkt_scan()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | flash.c | 22 u64 image_offset; member 248 header->image_offset = cpu_to_be64(CXL_AI_HEADER_SIZE); in handle_image()
|