Searched refs:ucode_ver (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/ |
A D | iwl-drv.c | 438 drv->fw.ucode_ver = le32_to_cpu(ucode->ver); in iwl_parse_v1_v2_firmware() 439 api_ver = IWL_UCODE_API(drv->fw.ucode_ver); in iwl_parse_v1_v2_firmware() 488 IWL_UCODE_MAJOR(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware() 489 IWL_UCODE_MINOR(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware() 490 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware() 491 IWL_UCODE_SERIAL(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware() 668 IWL_UCODE_MAJOR(drv->fw.ucode_ver), in iwl_parse_tlv_firmware() 669 IWL_UCODE_MINOR(drv->fw.ucode_ver), in iwl_parse_tlv_firmware() 670 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_tlv_firmware() 671 IWL_UCODE_SERIAL(drv->fw.ucode_ver), in iwl_parse_tlv_firmware() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/ |
A D | 3945-mac.c | 1563 if (IL_UCODE_API(il->ucode_ver) == 1) in il3945_get_channels_for_scan() 1574 if (IL_UCODE_API(il->ucode_ver) >= 2) { in il3945_get_channels_for_scan() 1862 il->ucode_ver = le32_to_cpu(ucode->ver); in il3945_read_ucode() 1863 api_ver = IL_UCODE_API(il->ucode_ver); in il3945_read_ucode() 1879 il->ucode_ver = 0; in il3945_read_ucode() 1890 IL_UCODE_MAJOR(il->ucode_ver), IL_UCODE_MINOR(il->ucode_ver), in il3945_read_ucode() 1891 IL_UCODE_API(il->ucode_ver), IL_UCODE_SERIAL(il->ucode_ver)); in il3945_read_ucode() 1894 "%u.%u.%u.%u", IL_UCODE_MAJOR(il->ucode_ver), in il3945_read_ucode() 1895 IL_UCODE_MINOR(il->ucode_ver), IL_UCODE_API(il->ucode_ver), in il3945_read_ucode() 1896 IL_UCODE_SERIAL(il->ucode_ver)); in il3945_read_ucode() [all …]
|
A D | 4965-mac.c | 4707 il->ucode_ver = le32_to_cpu(ucode->ver); in il4965_load_firmware() 4708 api_ver = IL_UCODE_API(il->ucode_ver); in il4965_load_firmware() 4797 api_ver = IL_UCODE_API(il->ucode_ver); in il4965_ucode_callback() 4818 IL_UCODE_MAJOR(il->ucode_ver), IL_UCODE_MINOR(il->ucode_ver), in il4965_ucode_callback() 4819 IL_UCODE_API(il->ucode_ver), IL_UCODE_SERIAL(il->ucode_ver)); in il4965_ucode_callback() 4822 "%u.%u.%u.%u", IL_UCODE_MAJOR(il->ucode_ver), in il4965_ucode_callback() 4823 IL_UCODE_MINOR(il->ucode_ver), IL_UCODE_API(il->ucode_ver), in il4965_ucode_callback() 4824 IL_UCODE_SERIAL(il->ucode_ver)); in il4965_ucode_callback() 4832 D_INFO("f/w package hdr ucode version raw = 0x%x\n", il->ucode_ver); in il4965_ucode_callback()
|
A D | common.h | 1194 u32 ucode_ver; /* version of ucode, copy of member
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/ |
A D | img.h | 198 u32 ucode_ver; member
|
A D | acpi.c | 925 return IWL_UCODE_SERIAL(fwrt->fw->ucode_ver) >= 38 || in iwl_sar_geo_support() 926 (IWL_UCODE_SERIAL(fwrt->fw->ucode_ver) == 17 && in iwl_sar_geo_support() 928 (IWL_UCODE_SERIAL(fwrt->fw->ucode_ver) == 29 && in iwl_sar_geo_support()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/ |
A D | lib.c | 56 if (IWL_UCODE_API(priv->fw->ucode_ver) == 1) in iwlagn_send_tx_power() 143 if (IWL_UCODE_API(priv->fw->ucode_ver) > 2) in iwlagn_txfifo_flush()
|
A D | main.c | 725 if (IWL_UCODE_API(priv->fw->ucode_ver) > 1) { in iwlagn_send_tx_ant_config() 1656 IWL_ERR(priv, "0x%08X | uCode version\n", table.ucode_ver); in iwl_dump_nic_error_log()
|
A D | commands.h | 379 u32 ucode_ver; /* uCode version */ member
|
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/ |
A D | ipw2100.c | 5897 char fw_ver[64], ucode_ver[64]; in ipw_ethtool_get_drvinfo() local 5903 ipw2100_get_ucodeversion(priv, ucode_ver, sizeof(ucode_ver)); in ipw_ethtool_get_drvinfo() 5906 fw_ver, priv->eeprom_version, ucode_ver); in ipw_ethtool_get_drvinfo()
|
Completed in 73 milliseconds