Home
last modified time | relevance | path

Searched refs:ucode_type (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c287 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument
295 ucode_type == IWL_UCODE_INIT || iwl_mvm_has_unified_ucode(mvm); in iwl_mvm_load_ucode_wait_alive()
299 if (ucode_type == IWL_UCODE_REGULAR && in iwl_mvm_load_ucode_wait_alive()
303 ucode_type = IWL_UCODE_REGULAR_USNIFFER; in iwl_mvm_load_ucode_wait_alive()
304 iwl_fw_set_current_image(&mvm->fwrt, ucode_type); in iwl_mvm_load_ucode_wait_alive()
316 ret = iwl_trans_start_fw(mvm->trans, mvm->fw, ucode_type, in iwl_mvm_load_ucode_wait_alive()
557 enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img; in iwl_send_phy_cfg_cmd() local
582 mvm->fw->default_calib[ucode_type].event_trigger; in iwl_send_phy_cfg_cmd()
584 mvm->fw->default_calib[ucode_type].flow_trigger; in iwl_send_phy_cfg_cmd()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c409 __le32 ucode_type; member
530 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local
531 if (ucode_type >= IWL_UCODE_TYPE_MAX) { in iwl_set_default_calib()
533 ucode_type); in iwl_set_default_calib()
536 drv->fw.default_calib[ucode_type].flow_trigger = in iwl_set_default_calib()
538 drv->fw.default_calib[ucode_type].event_trigger = in iwl_set_default_calib()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dagn.h112 enum iwl_ucode_type ucode_type);
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.c343 il->ucode_type = UCODE_RT; in il4965_load_bsm()
H A Ddebug.c319 if (il->ucode_type == UCODE_INIT) in il_dbgfs_sram_read()