Searched refs:ucode_ver (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-drv.c | 601 drv->fw.ucode_ver = le32_to_cpu(ucode->ver); in iwl_parse_v1_v2_firmware() 602 api_ver = IWL_UCODE_API(drv->fw.ucode_ver); in iwl_parse_v1_v2_firmware() 651 IWL_UCODE_MAJOR(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware() 652 IWL_UCODE_MINOR(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware() 653 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware() 654 IWL_UCODE_SERIAL(drv->fw.ucode_ver), in iwl_parse_v1_v2_firmware() 818 drv->fw.ucode_ver = le32_to_cpu(ucode->ver); in iwl_parse_tlv_firmware() 831 IWL_UCODE_MAJOR(drv->fw.ucode_ver), in iwl_parse_tlv_firmware() 832 IWL_UCODE_MINOR(drv->fw.ucode_ver), in iwl_parse_tlv_firmware() 833 IWL_UCODE_API(drv->fw.ucode_ver), in iwl_parse_tlv_firmware() [all …]
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 3945-mac.c | 1525 if (IL_UCODE_API(il->ucode_ver) == 1) in il3945_get_channels_for_scan() 1536 if (IL_UCODE_API(il->ucode_ver) >= 2) { in il3945_get_channels_for_scan() 1824 il->ucode_ver = le32_to_cpu(ucode->ver); in il3945_read_ucode() 1825 api_ver = IL_UCODE_API(il->ucode_ver); in il3945_read_ucode() 1841 il->ucode_ver = 0; in il3945_read_ucode() 1852 IL_UCODE_MAJOR(il->ucode_ver), IL_UCODE_MINOR(il->ucode_ver), in il3945_read_ucode() 1853 IL_UCODE_API(il->ucode_ver), IL_UCODE_SERIAL(il->ucode_ver)); in il3945_read_ucode() 1856 "%u.%u.%u.%u", IL_UCODE_MAJOR(il->ucode_ver), in il3945_read_ucode() 1857 IL_UCODE_MINOR(il->ucode_ver), IL_UCODE_API(il->ucode_ver), in il3945_read_ucode() 1858 IL_UCODE_SERIAL(il->ucode_ver)); in il3945_read_ucode() [all …]
|
| H A D | 4965-mac.c | 4706 il->ucode_ver = le32_to_cpu(ucode->ver); in il4965_load_firmware() 4707 api_ver = IL_UCODE_API(il->ucode_ver); in il4965_load_firmware() 4796 api_ver = IL_UCODE_API(il->ucode_ver); in il4965_ucode_callback() 4817 IL_UCODE_MAJOR(il->ucode_ver), IL_UCODE_MINOR(il->ucode_ver), in il4965_ucode_callback() 4818 IL_UCODE_API(il->ucode_ver), IL_UCODE_SERIAL(il->ucode_ver)); in il4965_ucode_callback() 4821 "%u.%u.%u.%u", IL_UCODE_MAJOR(il->ucode_ver), in il4965_ucode_callback() 4822 IL_UCODE_MINOR(il->ucode_ver), IL_UCODE_API(il->ucode_ver), in il4965_ucode_callback() 4823 IL_UCODE_SERIAL(il->ucode_ver)); in il4965_ucode_callback() 4831 D_INFO("f/w package hdr ucode version raw = 0x%x\n", il->ucode_ver); in il4965_ucode_callback()
|
| H A D | common.h | 1206 u32 ucode_ver; /* version of ucode, copy of member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | psp_v13_0.c | 909 uint32_t ucode_ver; in psp_v13_0_is_reload_needed() local 920 ucode_ver = psp->sos.fw_version; in psp_v13_0_is_reload_needed() 923 return (ucode_ver != psp->sos.fw_version); in psp_v13_0_is_reload_needed()
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H 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()
|
| H A D | main.c | 726 if (IWL_UCODE_API(priv->fw->ucode_ver) > 1) { in iwlagn_send_tx_ant_config() 1673 IWL_ERR(priv, "0x%08X | uCode version\n", table.ucode_ver); in iwl_dump_nic_error_log()
|
| H A D | commands.h | 379 u32 ucode_ver; /* uCode version */ member
|