Home
last modified time | relevance | path

Searched refs:ucode_ver (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c520 drv->fw.ucode_ver = le32_to_cpu(ucode->ver); in iwl_parse_v1_v2_firmware()
521 api_ver = IWL_UCODE_API(drv->fw.ucode_ver); in iwl_parse_v1_v2_firmware()
570 IWL_UCODE_MAJOR(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware()
571 IWL_UCODE_MINOR(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware()
572 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware()
573 IWL_UCODE_SERIAL(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware()
642 drv->fw.ucode_ver = le32_to_cpu(ucode->ver); in iwl_parse_tlv_firmware()
655 IWL_UCODE_MAJOR(drv->fw.ucode_ver), in iwl_parse_tlv_firmware()
656 IWL_UCODE_MINOR(drv->fw.ucode_ver), in iwl_parse_tlv_firmware()
657 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_tlv_firmware()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c501 drv->fw.ucode_ver = le32_to_cpu(ucode->ver); in iwl_parse_v1_v2_firmware()
502 api_ver = IWL_UCODE_API(drv->fw.ucode_ver); in iwl_parse_v1_v2_firmware()
551 IWL_UCODE_MAJOR(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware()
552 IWL_UCODE_MINOR(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware()
553 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware()
554 IWL_UCODE_SERIAL(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware()
718 drv->fw.ucode_ver = le32_to_cpu(ucode->ver); in iwl_parse_tlv_firmware()
731 IWL_UCODE_MAJOR(drv->fw.ucode_ver), in iwl_parse_tlv_firmware()
732 IWL_UCODE_MINOR(drv->fw.ucode_ver), in iwl_parse_tlv_firmware()
733 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_tlv_firmware()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c632 * the first byte of ucode_ver. This was implemented in iwl_sar_geo_support()
639 return IWL_UCODE_SERIAL(fwrt->fw->ucode_ver) >= 38 || in iwl_sar_geo_support()
640 IWL_UCODE_SERIAL(fwrt->fw->ucode_ver) == 17 || in iwl_sar_geo_support()
641 (IWL_UCODE_SERIAL(fwrt->fw->ucode_ver) == 29 && in iwl_sar_geo_support()
H A Dimg.h233 * @ucode_ver: ucode version from the ucode file
252 u32 ucode_ver; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Dimg.h177 * @ucode_ver: ucode version from the ucode file
199 u32 ucode_ver; member
H A Dacpi.c960 * is in the first byte of ucode_ver. This was implemented in iwl_sar_geo_support()
967 return IWL_UCODE_SERIAL(fwrt->fw->ucode_ver) >= 38 || in iwl_sar_geo_support()
968 (IWL_UCODE_SERIAL(fwrt->fw->ucode_ver) == 17 && in iwl_sar_geo_support()
970 (IWL_UCODE_SERIAL(fwrt->fw->ucode_ver) == 29 && in iwl_sar_geo_support()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c1571 if (IL_UCODE_API(il->ucode_ver) == 1) in il3945_get_channels_for_scan()
1582 if (IL_UCODE_API(il->ucode_ver) >= 2) { in il3945_get_channels_for_scan()
1870 il->ucode_ver = le32_to_cpu(ucode->ver); in il3945_read_ucode()
1871 api_ver = IL_UCODE_API(il->ucode_ver); in il3945_read_ucode()
1887 il->ucode_ver = 0; in il3945_read_ucode()
1898 IL_UCODE_MAJOR(il->ucode_ver), IL_UCODE_MINOR(il->ucode_ver), in il3945_read_ucode()
1899 IL_UCODE_API(il->ucode_ver), IL_UCODE_SERIAL(il->ucode_ver)); in il3945_read_ucode()
1902 "%u.%u.%u.%u", IL_UCODE_MAJOR(il->ucode_ver), in il3945_read_ucode()
[all...]
H A D4965-mac.c4708 il->ucode_ver = le32_to_cpu(ucode->ver); in il4965_load_firmware()
4709 api_ver = IL_UCODE_API(il->ucode_ver); in il4965_load_firmware()
4798 api_ver = IL_UCODE_API(il->ucode_ver); in il4965_ucode_callback()
4819 IL_UCODE_MAJOR(il->ucode_ver), IL_UCODE_MINOR(il->ucode_ver), in il4965_ucode_callback()
4820 IL_UCODE_API(il->ucode_ver), IL_UCODE_SERIAL(il->ucode_ver)); in il4965_ucode_callback()
4823 "%u.%u.%u.%u", IL_UCODE_MAJOR(il->ucode_ver), in il4965_ucode_callback()
4824 IL_UCODE_MINOR(il->ucode_ver), IL_UCODE_API(il->ucode_ver), in il4965_ucode_callback()
[all...]
H A Dcommon.h1194 u32 ucode_ver; /* version of ucode, copy of member
1630 * if (IL_UCODE_API(il->ucode_ver) >= 2) {
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c1563 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()
[all...]
H A D4965-mac.c4707 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()
[all...]
H A Dcommon.h1194 u32 ucode_ver; /* version of ucode, copy of member
1630 * if (IL_UCODE_API(il->ucode_ver) >= 2) {
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c61 if (IWL_UCODE_API(priv->fw->ucode_ver) == 1) in iwlagn_send_tx_power()
148 if (IWL_UCODE_API(priv->fw->ucode_ver) > 2) in iwlagn_txfifo_flush()
H A Dmain.c731 if (IWL_UCODE_API(priv->fw->ucode_ver) > 1) { in iwlagn_send_tx_ant_config()
1663 IWL_ERR(priv, "0x%08X | uCode version\n", table.ucode_ver); in iwl_dump_nic_error_log()
H A Dcommands.h432 u32 ucode_ver; /* uCode version */ member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c56 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()
H A Dmain.c725 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()
H A Dcommands.h379 u32 ucode_ver; /* uCode version */ member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c316 u32 ucode_ver; /* uCode version */ member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c5908 char fw_ver[64], ucode_ver[64]; in ipw_ethtool_get_drvinfo() local
5914 ipw2100_get_ucodeversion(priv, ucode_ver, sizeof(ucode_ver)); in ipw_ethtool_get_drvinfo()
5917 fw_ver, priv->eeprom_version, ucode_ver); in ipw_ethtool_get_drvinfo()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c5897 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 79 milliseconds