| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 115 &images, &images.os.image_start, &images.os.image_len); in bootm_find_os() 223 images.os.load = images.os.image_start; in bootm_find_os() 409 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type, in bootm_decomp_image() argument 416 print_decomp_msg(comp, type, load == image_start, in bootm_decomp_image() 426 if (load == image_start) in bootm_decomp_image() 508 ulong image_start = os.image_start; in bootm_load_os() local 515 image_buf = map_sysmem(os.image_start, image_len); in bootm_load_os() 516 err = bootm_decomp_image(os.comp, load, os.image_start, os.type, in bootm_load_os() 528 no_overlap = (os.comp == IH_COMP_NONE && load == image_start); in bootm_load_os()
|
| H A D | image-fdt.c | 363 ulong image_start, image_data, image_end; in boot_get_fdt() local 451 image_start = (ulong)fdt_hdr; in boot_get_fdt() 458 if (load == image_start || in boot_get_fdt() 464 if ((load < image_end) && (load_end > image_start)) { in boot_get_fdt()
|
| H A D | image-fit.c | 2246 ulong image_start, image_end; in fit_image_load_index() local 2254 image_start = addr; in fit_image_load_index() 2259 load < image_end && load_end > image_start) { in fit_image_load_index() 2327 ulong image_start, image_end; in boot_get_fdt_fit() local 2374 image_start = addr; in boot_get_fdt_fit() 2377 if (load >= image_start && load < image_end) { in boot_get_fdt_fit()
|
| /OK3568_Linux_fs/u-boot/test/ |
| H A D | compression.c | 414 const ulong image_start = 0; in run_bootm_test() local 419 compress_buff = map_sysmem(image_start, 0); in run_bootm_test() 423 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test() 429 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test() 441 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | bootm.h | 74 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type,
|
| H A D | image.h | 328 ulong image_start, image_len; /* start of image within blob, len of image */ member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/parsers/ |
| H A D | afs.c | 32 u32 image_start; /* Start of area reserved by this footer */ member 164 img_ptr = fs.image_start & mask; in afs_parse_v1_partition()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/smiapp/ |
| H A D | smiapp.h | 245 u16 image_start; /* image data start line */ member
|
| H A D | smiapp-core.c | 215 sensor->image_start = line_count; in smiapp_read_frame_fmt() 221 if (sensor->embedded_end > sensor->image_start) { in smiapp_read_frame_fmt() 224 sensor->embedded_end, sensor->image_start); in smiapp_read_frame_fmt() 225 sensor->image_start = sensor->embedded_end; in smiapp_read_frame_fmt() 231 sensor->image_start); in smiapp_read_frame_fmt() 2304 *lines = sensor->image_start; in smiapp_get_skip_top_lines()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_nx.c | 1288 qla4_82xx_load_from_flash(struct scsi_qla_host *ha, uint32_t image_start) in qla4_82xx_load_from_flash() argument 1297 size = (image_start - flashaddr) / 8; in qla4_82xx_load_from_flash() 1300 ha->host_no, __func__, flashaddr, image_start)); in qla4_82xx_load_from_flash() 1333 static int qla4_82xx_load_fw(struct scsi_qla_host *ha, uint32_t image_start) in qla4_82xx_load_fw() argument 1356 if (qla4_82xx_load_from_flash(ha, image_start)) { in qla4_82xx_load_fw() 1749 qla4_82xx_start_firmware(struct scsi_qla_host *ha, uint32_t image_start) in qla4_82xx_start_firmware() argument 1762 if (qla4_82xx_load_fw(ha, image_start) != QLA_SUCCESS) { in qla4_82xx_start_firmware()
|