/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_selftest.c | 90 u32 num_images, i, j, nvm_crc, calc_crc; in qed_selftest_nvram() local 102 rc = qed_mcp_bist_nvm_get_num_images(p_hwfn, p_ptt, &num_images); in qed_selftest_nvram() 103 if (rc || !num_images) { in qed_selftest_nvram() 110 for (i = 0; i < num_images; i++) { in qed_selftest_nvram()
|
H A D | qed_mcp.c | 3304 u32 *num_images) in qed_mcp_bist_nvm_get_num_images() argument 3313 drv_mb_param, &rsp, num_images); in qed_mcp_bist_nvm_get_num_images() 3369 nvm_info.num_images = 0; in qed_mcp_nvm_info_populate() 3371 p_ptt, &nvm_info.num_images); in qed_mcp_nvm_info_populate() 3375 } else if (rc || !nvm_info.num_images) { in qed_mcp_nvm_info_populate() 3380 nvm_info.image_att = kmalloc_array(nvm_info.num_images, in qed_mcp_nvm_info_populate() 3389 for (i = 0; i < nvm_info.num_images; i++) { in qed_mcp_nvm_info_populate() 3403 if (nvm_info.num_images) { in qed_mcp_nvm_info_populate() 3404 p_hwfn->nvm_info.num_images = nvm_info.num_images; in qed_mcp_nvm_info_populate() 3466 for (i = 0; i < p_hwfn->nvm_info.num_images; i++) in qed_mcp_get_nvm_image_att() [all …]
|
H A D | qed_mcp.h | 698 u32 *num_images);
|
H A D | qed_mfw_hsi.h | 2339 u32 num_images; member 2358 u32 num_images; member
|
H A D | qed.h | 491 u32 num_images; member
|
H A D | qed_main.c | 2313 for (i = 0; i < p_hwfn->nvm_info.num_images; i++) in qed_nvm_flash_image_access() 2316 if (i == p_hwfn->nvm_info.num_images) { in qed_nvm_flash_image_access()
|
/openbmc/u-boot/tools/ |
H A D | imx8image.c | 535 boot_img_t *img = &container->img[container->num_images]; in set_image_array_entry() 621 container->num_images++; in set_image_array_entry() 622 img = &container->img[container->num_images]; in set_image_array_entry() 639 container->num_images++; in set_image_array_entry() 684 header.img[header.num_images - 1].size; in get_container_image_start_pos() 719 container->num_images * IMG_ARRAY_ENTRY_SIZE; in flatten_container_header() 722 (IMG_ARRAY_ENTRY_SIZE * container->num_images) + in flatten_container_header() 752 for (j = 0; j < container->num_images; j++) { in flatten_container_header() 757 for (j = 0; j < container->num_images; j++) in flatten_container_header()
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | liquidio_image.h | 48 __be32 num_images; member
|
H A D | octeon_console.c | 850 if (be32_to_cpu(h->num_images) > LIO_MAX_IMAGES) { in octeon_download_firmware() 852 be32_to_cpu(h->num_images)); in octeon_download_firmware() 863 be32_to_cpu(h->num_images)); in octeon_download_firmware() 865 for (i = 0; i < be32_to_cpu(h->num_images); i++) { in octeon_download_firmware()
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_sds.h | 89 u32 num_images; /* Number of images in the file */ member
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch | 53 + uint16_t num_images; 106 + _metadata.fw_desc.num_images = NR_OF_IMAGES_IN_FW_BANK;
|
/openbmc/u-boot/cmd/mvebu/ |
H A D | bubt.c | 67 u32 num_images; member 540 u32 num_of_image = hdr->num_images; in check_image_header()
|
/openbmc/u-boot/include/ |
H A D | imx8image.h | 127 uint8_t num_images; member
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0050-fwu-Use-metadata-v2.patch | 45 + uint16_t num_images;
|
/openbmc/openbmc-test-automation/extended/code_update/ |
H A D | host_code_update.robot | 197 ${num_images}= Get Length ${software_objects} 198 Should Be True 0 < ${num_images}
|
/openbmc/openbmc-test-automation/lib/ |
H A D | code_update_utils.robot | 159 ${num_images}= Get Length ${images} 160 Should Be True 0 < ${num_images} 317 ${num_images}= Get Length ${software_objects} 318 Should Be True 1 < ${num_images}
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.h | 1390 u32 num_images; member
|
H A D | be_cmds.c | 2942 for (i = 0; i < le32_to_cpu(fsec->fsec_hdr.num_images); i++) { in be_flash_skyhawk()
|