Home
last modified time | relevance | path

Searched refs:fw_type (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/media/platform/mtk-vpu/
A Dmtk_vpu.c500 u8 fw_type) in load_requested_vpu() argument
504 char *fw_name = fw_type ? VPU_D_FW : VPU_P_FW; in load_requested_vpu()
546 if (fw_type == D_FW) in load_requested_vpu()
551 dest = vpu->extmem[fw_type].va; in load_requested_vpu()
553 fw_type); in load_requested_vpu()
708 vpu->extmem[fw_type].pa); in vpu_free_ext_mem()
721 &vpu->extmem[fw_type].pa, in vpu_alloc_ext_mem()
723 if (!vpu->extmem[fw_type].va) { in vpu_alloc_ext_mem()
734 fw_type ? "Data" : "Program", in vpu_alloc_ext_mem()
735 (unsigned long long)vpu->extmem[fw_type].pa, in vpu_alloc_ext_mem()
[all …]
/linux/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic_init.c875 u8 fw_type; in netxen_need_fw_reset() local
926 fw_type = (val & 0x4) ? in netxen_need_fw_reset()
929 if (adapter->fw_type != fw_type) in netxen_need_fw_reset()
983 fw_name[adapter->fw_type]); in netxen_load_firmware()
1077 u8 fw_type = adapter->fw_type; in netxen_validate_firmware() local
1114 fw_name[fw_type]); in netxen_validate_firmware()
1141 fw_name[fw_type]); in netxen_validate_firmware()
1153 u8 fw_type; in nx_get_next_fwtype() local
1155 switch (adapter->fw_type) { in nx_get_next_fwtype()
1172 fw_type = NX_P3_CT_ROMIMAGE; in nx_get_next_fwtype()
[all …]
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_init.c1115 fw_name[adapter->ahw->fw_type]); in qlcnic_load_firmware()
1207 u8 fw_type = adapter->ahw->fw_type; in qlcnic_validate_firmware() local
1209 if (fw_type == QLCNIC_UNIFIED_ROMIMAGE) { in qlcnic_validate_firmware()
1239 fw_name[fw_type]); in qlcnic_validate_firmware()
1250 u8 fw_type; in qlcnic_get_next_fwtype() local
1252 switch (adapter->ahw->fw_type) { in qlcnic_get_next_fwtype()
1254 fw_type = QLCNIC_UNIFIED_ROMIMAGE; in qlcnic_get_next_fwtype()
1259 fw_type = QLCNIC_FLASH_ROMIMAGE; in qlcnic_get_next_fwtype()
1263 adapter->ahw->fw_type = fw_type; in qlcnic_get_next_fwtype()
1273 adapter->ahw->fw_type = QLCNIC_UNKNOWN_ROMIMAGE; in qlcnic_request_firmware()
[all …]
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dsmu7_smumgr.c213 enum cgs_ucode_id smu7_convert_fw_type_to_cgs(uint32_t fw_type) in smu7_convert_fw_type_to_cgs() argument
217 switch (fw_type) { in smu7_convert_fw_type_to_cgs()
288 uint32_t fw_type, in smu7_populate_single_firmware_entry() argument
295 smu7_convert_fw_type_to_cgs(fw_type), in smu7_populate_single_firmware_entry()
300 entry->id = (uint16_t)fw_type; in smu7_populate_single_firmware_entry()
313 if ((fw_type == UCODE_ID_RLC_G) in smu7_populate_single_firmware_entry()
314 || (fw_type == UCODE_ID_CP_MEC)) in smu7_populate_single_firmware_entry()
434 int smu7_check_fw_load_finish(struct pp_hwmgr *hwmgr, uint32_t fw_type) in smu7_check_fw_load_finish() argument
442 fw_type, fw_type); in smu7_check_fw_load_finish()
A Dsmu7_smumgr.h68 enum cgs_ucode_id smu7_convert_fw_type_to_cgs(uint32_t fw_type);
75 int smu7_check_fw_load_finish(struct pp_hwmgr *hwmgr, uint32_t fw_type);
A Dsmu8_smumgr.c290 static enum cgs_ucode_id smu8_convert_fw_type_to_cgs(uint32_t fw_type) in smu8_convert_fw_type_to_cgs() argument
294 switch (fw_type) { in smu8_convert_fw_type_to_cgs()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_kms.c287 switch (query_fw->fw_type) { in amdgpu_firmware_info()
1448 query_fw.fw_type = AMDGPU_INFO_FW_VCE; in amdgpu_debugfs_firmware_info_show()
1456 query_fw.fw_type = AMDGPU_INFO_FW_UVD; in amdgpu_debugfs_firmware_info_show()
1464 query_fw.fw_type = AMDGPU_INFO_FW_GMC; in amdgpu_debugfs_firmware_info_show()
1547 query_fw.fw_type = AMDGPU_INFO_FW_SOS; in amdgpu_debugfs_firmware_info_show()
1556 query_fw.fw_type = AMDGPU_INFO_FW_ASD; in amdgpu_debugfs_firmware_info_show()
1563 query_fw.fw_type = AMDGPU_INFO_FW_TA; in amdgpu_debugfs_firmware_info_show()
1575 query_fw.fw_type = AMDGPU_INFO_FW_SMC; in amdgpu_debugfs_firmware_info_show()
1586 query_fw.fw_type = AMDGPU_INFO_FW_SDMA; in amdgpu_debugfs_firmware_info_show()
1597 query_fw.fw_type = AMDGPU_INFO_FW_VCN; in amdgpu_debugfs_firmware_info_show()
[all …]
A Dpsp_gfx_if.h271 enum psp_gfx_fw_type fw_type; /* FW type */ member
282 enum psp_gfx_fw_type fw_type; /* FW type */ member
A Damdgpu_cgs.c112 static uint32_t fw_type_convert(struct cgs_device *cgs_device, uint32_t fw_type) in fw_type_convert() argument
117 switch (fw_type) { in fw_type_convert()
A Damdgpu_ucode.h110 uint32_t fw_type; member
A Damdgpu_psp.c789 cmd->cmd.cmd_load_ip_fw.fw_type = GFX_FW_TYPE_REG_LIST; in psp_rl_load()
2219 ret = psp_get_fw_type(ucode, &cmd->cmd.cmd_load_ip_fw.fw_type); in psp_prep_load_ip_fw_cmd_buf()
2876 switch (desc->fw_type) { in parse_sos_bin_descriptor()
2932 dev_warn(psp->adev->dev, "Unsupported PSP FW type: %d\n", desc->fw_type); in parse_sos_bin_descriptor()
3103 switch (desc->fw_type) { in parse_ta_bin_descriptor()
3144 dev_warn(psp->adev->dev, "Unsupported TA type: %d\n", desc->fw_type); in parse_ta_bin_descriptor()
/linux/drivers/crypto/qat/qat_common/
A Dicp_qat_uclo.h412 unsigned int fw_type; member
427 char fw_type; member
471 unsigned int fw_type; member
484 char fw_type; member
503 char fw_type; member
A Dqat_uclo.c108 if (suof_hdr->fw_type != 0) { in qat_uclo_check_suof_format()
1052 suof_handle->fw_type = suof_ptr->fw_type; in qat_uclo_map_suof_file_hdr()
1084 suof_img_hdr->fw_type = ae_mode->fw_type; in qat_uclo_map_simg()
1382 length = (css_hdr->fw_type == CSS_AE_FIRMWARE) ? in qat_uclo_map_auth_fw()
1450 if (((struct icp_qat_css_hdr *)(uintptr_t)virt_addr)->fw_type == in qat_uclo_map_auth_fw()
/linux/drivers/media/platform/mtk-vcodec/
A Dmtk_vcodec_dec_drv.c208 enum mtk_vcodec_fw_type fw_type; in mtk_vcodec_probe() local
221 fw_type = VPU; in mtk_vcodec_probe()
224 fw_type = SCP; in mtk_vcodec_probe()
231 dev->fw_handler = mtk_vcodec_fw_select(dev, fw_type, DECODER); in mtk_vcodec_probe()
A Dmtk_vcodec_enc_drv.c244 enum mtk_vcodec_fw_type fw_type; in mtk_vcodec_probe() local
256 fw_type = VPU; in mtk_vcodec_probe()
259 fw_type = SCP; in mtk_vcodec_probe()
266 dev->fw_handler = mtk_vcodec_fw_select(dev, fw_type, ENCODER); in mtk_vcodec_probe()
/linux/drivers/firmware/efi/
A Desrt.c33 u32 fw_type; member
132 esre_attr_decl(fw_type, 32, "%u");
/linux/drivers/net/phy/
A Dmxl-gpy.c120 int fw_ver, fw_type, fw_minor; in gpy_sgmii_need_reaneg() local
127 fw_type = FIELD_GET(PHY_FWV_TYPE_MASK, fw_ver); in gpy_sgmii_need_reaneg()
131 if (fw_type != ver_need_sgmii_reaneg[i].type) in gpy_sgmii_need_reaneg()
/linux/drivers/misc/mei/
A Dhw-me.c1420 u32 fw_type; in mei_me_fw_type_sps() local
1426 fw_type = (reg & PCI_CFG_HFS_3_FW_SKU_MSK); in mei_me_fw_type_sps()
1428 dev_dbg(&pdev->dev, "fw type is %d\n", fw_type); in mei_me_fw_type_sps()
1430 return fw_type == PCI_CFG_HFS_3_FW_SKU_SPS; in mei_me_fw_type_sps()
/linux/drivers/net/can/usb/peak_usb/
A Dpcan_usb_pro.h56 __le32 fw_type; member
/linux/Documentation/ABI/testing/
A Dsysfs-firmware-efi-esrt34 What: /sys/firmware/efi/esrt/entries/entry<N>/fw_type
/linux/drivers/net/ethernet/cavium/liquidio/
A Dlio_main.c62 static char fw_type[LIO_MAX_FW_TYPE_LEN] = LIO_FW_NAME_TYPE_AUTO; variable
63 module_param_string(fw_type, fw_type, sizeof(fw_type), 0444);
64 MODULE_PARM_DESC(fw_type, "Type of firmware to be loaded (default is \"auto\"), which uses firmware…
919 return strncmp(fw_type, LIO_FW_NAME_TYPE_AUTO, in fw_type_is_auto()
1698 strncpy(fw_type, tmp_fw_type, sizeof(fw_type)); in load_firmware()
1700 tmp_fw_type = fw_type; in load_firmware()
/linux/drivers/net/wireless/ti/wlcore/
A Dmain.c740 enum wl12xx_fw_type fw_type; in wl12xx_fetch_firmware() local
744 fw_type = WL12XX_FW_TYPE_PLT; in wl12xx_fetch_firmware()
752 fw_type = WL12XX_FW_TYPE_MULTI; in wl12xx_fetch_firmware()
755 fw_type = WL12XX_FW_TYPE_NORMAL; in wl12xx_fetch_firmware()
760 if (wl->fw_type == fw_type) in wl12xx_fetch_firmware()
780 wl->fw_type = WL12XX_FW_TYPE_NONE; in wl12xx_fetch_firmware()
792 wl->fw_type = fw_type; in wl12xx_fetch_firmware()
2400 enum wl12xx_fw_type current_fw = wl->fw_type; in wl12xx_need_fw_change()
6438 wl->fw_type = WL12XX_FW_TYPE_NONE; in wlcore_alloc_hw()
6526 wl->fw_type = WL12XX_FW_TYPE_NONE; in wlcore_free_hw()
A Dboot.c72 unsigned int *min_ver = (wl->fw_type == WL12XX_FW_TYPE_MULTI) ? in wlcore_validate_fw_ver()
/linux/drivers/scsi/qla2xxx/
A Dqla_nx.c1558 if (ha->fw_type == QLA82XX_UNIFIED_ROMIMAGE) { in qla82xx_get_bootld_offset()
1572 if (ha->fw_type == QLA82XX_UNIFIED_ROMIMAGE) { in qla82xx_get_fw_size()
1588 if (ha->fw_type == QLA82XX_UNIFIED_ROMIMAGE) { in qla82xx_get_fw_offs()
1836 qla82xx_validate_firmware_blob(scsi_qla_host_t *vha, uint8_t fw_type) in qla82xx_validate_firmware_blob() argument
1843 ha->fw_type = fw_type; in qla82xx_validate_firmware_blob()
1845 if (fw_type == QLA82XX_UNIFIED_ROMIMAGE) { in qla82xx_validate_firmware_blob()
/linux/drivers/net/wireless/st/cw1200/
A Ddebug.c110 cw1200_fw_types[priv->wsm_caps.fw_type], in cw1200_status_show()

Completed in 101 milliseconds

12