Searched refs:ucode_type (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptpf_ucode.c | 120 static char *get_ucode_type_str(int ucode_type) in get_ucode_type_str() argument 124 switch (ucode_type) { in get_ucode_type_str() 136 static int get_ucode_type(struct otx_cpt_ucode_hdr *ucode_hdr, int *ucode_type) in get_ucode_type() argument 155 *ucode_type = val; in get_ucode_type() 289 int ucode_type, ucode_size; in process_tar_file() local 305 if (get_ucode_type(ucode_hdr, &ucode_type)) in process_tar_file() 330 tar_info->ucode.type = ucode_type; in process_tar_file() 355 int ucode_type) in get_uc_from_tar_archive() argument 360 if (!is_eng_type(curr->ucode.type, ucode_type)) in get_uc_from_tar_archive() 368 switch (ucode_type) { in get_uc_from_tar_archive()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptpf_ucode.c | 100 static char *get_ucode_type_str(int ucode_type) in get_ucode_type_str() argument 104 switch (ucode_type) { in get_ucode_type_str() 126 int *ucode_type, u16 rid) in get_ucode_type() argument 154 *ucode_type = val; in get_ucode_type() 372 int ucode_type, ucode_size; in load_fw() local 384 ret = get_ucode_type(dev, ucode_hdr, &ucode_type, rid); in load_fw() 400 uc_info->ucode.type = ucode_type; in load_fw() 428 int ucode_type) in get_ucode() argument 433 if (!is_eng_type(curr->ucode.type, ucode_type)) in get_ucode()
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-drv.c | 408 __le32 ucode_type; member 526 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local 527 if (ucode_type >= IWL_UCODE_TYPE_MAX) { in iwl_set_default_calib() 529 ucode_type); in iwl_set_default_calib() 532 drv->fw.default_calib[ucode_type].flow_trigger = in iwl_set_default_calib() 534 drv->fw.default_calib[ucode_type].event_trigger = in iwl_set_default_calib()
|
| H A D | iwl-trans.c | 578 enum iwl_ucode_type ucode_type, bool run_in_rfkill) in iwl_trans_start_fw() argument 585 img = iwl_get_ucode_image(fw, ucode_type); in iwl_trans_start_fw()
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | agn.h | 112 enum iwl_ucode_type ucode_type);
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.h | 950 enum ucode_type { enum 1214 enum ucode_type ucode_type; member
|
| H A D | 4965.c | 343 il->ucode_type = UCODE_RT; in il4965_load_bsm()
|
| H A D | debug.c | 319 if (il->ucode_type == UCODE_INIT) in il_dbgfs_sram_read()
|
| H A D | 4965-mac.c | 5079 if (il->ucode_type == UCODE_INIT) in il4965_dump_nic_error_log() 5086 base, (il->ucode_type == UCODE_INIT) ? "Init" : "RT"); in il4965_dump_nic_error_log()
|