Searched refs:image_offset (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/block/ |
H A D | vpc.c | 621 int64_t image_offset; in vpc_co_preadv() local 634 image_offset = get_image_offset(bs, offset, false, NULL); in vpc_co_preadv() 637 if (image_offset == -1) { in vpc_co_preadv() 644 ret = bdrv_co_preadv(bs->file, image_offset, n_bytes, in vpc_co_preadv() 670 int64_t image_offset; in vpc_co_pwritev() local 684 image_offset = get_image_offset(bs, offset, true, &ret); in vpc_co_pwritev() 685 if (image_offset == -2) { in vpc_co_pwritev() 691 if (image_offset == -1) { in vpc_co_pwritev() 692 image_offset = alloc_block(bs, offset); in vpc_co_pwritev() 693 if (image_offset < 0) { in vpc_co_pwritev() [all …]
|
/openbmc/u-boot/tools/ |
H A D | zynqimage.c | 76 uint32_t image_offset; /* 0x30 */ member 101 checksum += le32_to_cpu(ptr->image_offset); in zynqimage_checksum() 172 printf("Image Offset : 0x%08x\n", le32_to_cpu(zynqhdr->image_offset)); in zynqimage_print_header() 275 zynqhdr->image_offset = in zynqimage_set_header()
|
H A D | zynqmpimage.c | 78 checksum += le32_to_cpu(ptr->image_offset); in zynqmpimage_checksum() 218 printf("Image Offset : 0x%08x\n", le32_to_cpu(zynqhdr->image_offset)); in zynqmpimage_print_header() 410 zynqhdr->image_offset = in zynqmpimage_set_header()
|
H A D | zynqmpbif.c | 302 if (bif_output.header->image_offset) { in bif_add_pmufw() 314 bif_output.header->image_offset = cpu_to_le32(bf->offset); in bif_add_pmufw() 356 parthdr.offset = cpu_to_le32(bif_output.header->image_offset); in bif_add_part() 358 bif_output.header->image_offset) / 4); in bif_add_part() 425 if (!bif_output.header->image_offset) in bif_add_part() 426 bif_output.header->image_offset = in bif_add_part()
|
H A D | zynqmpimage.h | 121 uint32_t image_offset; /* 0x30 */ member
|
/openbmc/linux/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
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | flash.c | 23 u64 image_offset; member 249 header->image_offset = cpu_to_be64(CXL_AI_HEADER_SIZE); in handle_image()
|
/openbmc/linux/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_ioc.h | 910 __le32 image_offset; member 965 __le32 image_offset; member
|
/openbmc/qemu/docs/interop/ |
H A D | qcow2.txt | 869 image_offset(bitmap_data_offset) = 881 image_offset(byte_nr / granularity / 8) * 8 +
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_fw.c | 2414 ci_upload.image_offset = cpu_to_le32(MPI3_IMAGE_HEADER_SIZE); in mpi3mr_print_pkg_ver()
|