Searched refs:image_hdr (Results 1 – 4 of 4) sorted by relevance
638 struct pm8001_fw_image_header *image_hdr; in pm8001_update_flash() local652 image_hdr = (struct pm8001_fw_image_header *)pm8001_ha->fw_image->data; in pm8001_update_flash()655 *(u32 *)((u8 *)&image_hdr->image_length + sizeRead); in pm8001_update_flash()
2751 int img_hdrs_size = (num_of_images * sizeof(struct image_hdr)); in be_flash_BEx()2922 int img_hdrs_size = num_of_images * sizeof(struct image_hdr); in be_flash_skyhawk()3170 struct image_hdr *img_hdr_ptr; in be_fw_download()3188 img_hdr_ptr = (struct image_hdr *)(fw->data + in be_fw_download()3190 i * sizeof(struct image_hdr))); in be_fw_download()
1349 struct image_hdr { struct
4077 struct ipr_ucode_image_header *image_hdr; in ipr_store_update_fw() local4099 image_hdr = (struct ipr_ucode_image_header *)fw_entry->data; in ipr_store_update_fw()4101 src = (u8 *)image_hdr + be32_to_cpu(image_hdr->header_length); in ipr_store_update_fw()4102 dnld_size = fw_entry->size - be32_to_cpu(image_hdr->header_length); in ipr_store_update_fw()