Searched refs:num_imgs (Results 1 – 2 of 2) sorted by relevance
390 oce_sh_be3_flashdata(POCE_SOFTC sc, const struct firmware *fw, int32_t num_imgs) in oce_sh_be3_flashdata() argument402 (num_imgs * sizeof(struct image_hdr))); in oce_sh_be3_flashdata()428 num_imgs = HOST_32(fsec->fsec_hdr.num_images); in oce_sh_be3_flashdata()430 num_imgs = MAX_FLASH_COMP; in oce_sh_be3_flashdata()432 for (i = 0; i < num_imgs; i++) { in oce_sh_be3_flashdata()514 int rc = 0, num_imgs = 0, i = 0, ufi_type; in oce_skyhawk_fwupgrade() local525 num_imgs = fhdr->num_imgs; in oce_skyhawk_fwupgrade()526 for (i = 0; i < num_imgs; i++) { in oce_skyhawk_fwupgrade()537 num_imgs); in oce_skyhawk_fwupgrade()542 num_imgs); in oce_skyhawk_fwupgrade()[all …]
2128 uint32_t num_imgs; member