Searched refs:image_hdr (Results 1 – 4 of 4) sorted by relevance
567 struct pm8001_fw_image_header *image_hdr; in pm8001_update_flash() local581 image_hdr = (struct pm8001_fw_image_header *)pm8001_ha->fw_image->data; in pm8001_update_flash()584 *(u32 *)((u8 *)&image_hdr->image_length + sizeRead); in pm8001_update_flash()
500 struct image_hdr { struct
3845 int img_hdrs_size = (num_of_images * sizeof(struct image_hdr)); in be_flash_BEx()4013 int img_hdrs_size = num_of_images * sizeof(struct image_hdr); in be_flash_skyhawk()4205 struct image_hdr *img_hdr_ptr = NULL; in be_fw_download()4225 img_hdr_ptr = (struct image_hdr *)(fw->data + in be_fw_download()4227 i * sizeof(struct image_hdr))); in be_fw_download()
3992 struct ipr_ucode_image_header *image_hdr; in ipr_store_update_fw() local4010 image_hdr = (struct ipr_ucode_image_header *)fw_entry->data; in ipr_store_update_fw()4012 src = (u8 *)image_hdr + be32_to_cpu(image_hdr->header_length); in ipr_store_update_fw()4013 dnld_size = fw_entry->size - be32_to_cpu(image_hdr->header_length); in ipr_store_update_fw()