Searched refs:fw_image (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.sbin/cpucontrol/ |
H A D | amd.c | 79 const uint32_t *fw_image; in amd_update() local 94 fw_image = params->fwimage; in amd_update() 118 fw_header = (const amd_fw_header_t *)fw_image; in amd_update() 140 args.data = __DECONST(void *, fw_image); in amd_update()
|
H A D | intel.c | 81 const uint32_t *fw_image; in intel_update() local 108 fw_image = params->fwimage; in intel_update() 156 fw_header = (const intel_fw_header_t *)fw_image; in intel_update() 185 sum += *((const uint32_t *)fw_image + i); in intel_update() 199 ((const char *)fw_image + payload_size); in intel_update()
|
H A D | via.c | 81 const uint32_t *fw_image; in via_update() local 102 fw_image = params->fwimage; in via_update() 138 fw_header = (const via_fw_header_t *)fw_image; in via_update() 158 sum += *((const uint32_t *)fw_image + i); in via_update()
|
H A D | amd10h.c | 90 const uint8_t *fw_image; in amd10h_update() local 104 fw_image = params->fwimage; in amd10h_update() 126 selected_fw = ucode_amd_find(path, signature, revision, fw_image, in amd10h_update()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_ioctl.c | 739 const struct ocs_hw_grp_hdr *fw_image; in ocs_sys_fwupgrade() local 752 fw_image = (const struct ocs_hw_grp_hdr *)fw->data; in ocs_sys_fwupgrade() 756 if ((ocs_be32toh(fw_image->magic_number) != OCS_HW_OBJECT_G5) && in ocs_sys_fwupgrade() 757 (ocs_be32toh(fw_image->magic_number) != OCS_HW_OBJECT_G6)) { in ocs_sys_fwupgrade() 760 ocs_be32toh(fw_image->magic_number), fw->datasize); in ocs_sys_fwupgrade() 765 if (!strncmp(ocs->fw_version, fw_image->revision, in ocs_sys_fwupgrade() 766 strnlen(fw_image->revision, 16))) { in ocs_sys_fwupgrade() 774 ocs->fw_version, fw_image->revision); in ocs_sys_fwupgrade()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | mhi.h | 77 const char *fw_image; member
|
/freebsd/sys/dev/mpt/ |
H A D | mpt.c | 1097 if (mpt->fw_image != NULL) { in mpt_hard_reset() 2460 fw_hdr = (MpiFwHeader_t *)mpt->fw_image; in mpt_download_fw() 2759 (void **)&mpt->fw_image, BUS_DMA_NOWAIT | in mpt_configure_ioc() 2770 mpt->fw_image, mpt->fw_image_size, mpt_map_rquest, &mi, 0); in mpt_configure_ioc() 2778 bus_dmamem_free(mpt->fw_dmat, mpt->fw_image, in mpt_configure_ioc() 2781 mpt->fw_image = NULL; in mpt_configure_ioc()
|
H A D | mpt.h | 728 uint8_t *fw_image; member
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mhi.c | 407 mhi_ctrl->fw_image = ab_pci->amss_path; in ath11k_mhi_register()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mhi.c | 369 mhi_ctrl->fw_image = ab_pci->amss_path; in ath12k_mhi_register()
|