Searched refs:ucode_type (Results 1 – 7 of 7) sorted by relevance
265 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument267 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image()270 return &fw->img[ucode_type]; in iwl_get_ucode_image()
296 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument304 ucode_type == IWL_UCODE_INIT || iwl_mvm_has_unified_ucode(mvm); in iwl_mvm_load_ucode_wait_alive()308 if (ucode_type == IWL_UCODE_REGULAR && in iwl_mvm_load_ucode_wait_alive()312 ucode_type = IWL_UCODE_REGULAR_USNIFFER; in iwl_mvm_load_ucode_wait_alive()313 iwl_fw_set_current_image(&mvm->fwrt, ucode_type); in iwl_mvm_load_ucode_wait_alive()325 ret = iwl_trans_start_fw(mvm->trans, mvm->fw, ucode_type, in iwl_mvm_load_ucode_wait_alive()547 enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img; in iwl_send_phy_cfg_cmd() local572 mvm->fw->default_calib[ucode_type].event_trigger; in iwl_send_phy_cfg_cmd()574 mvm->fw->default_calib[ucode_type].flow_trigger; in iwl_send_phy_cfg_cmd()
417 __le32 ucode_type; member536 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local537 if (ucode_type >= IWL_UCODE_TYPE_MAX) { in iwl_set_default_calib()539 ucode_type); in iwl_set_default_calib()542 drv->fw.default_calib[ucode_type].flow_trigger = in iwl_set_default_calib()544 drv->fw.default_calib[ucode_type].event_trigger = in iwl_set_default_calib()
596 enum iwl_ucode_type ucode_type, bool run_in_rfkill) in iwl_trans_start_fw() argument603 img = iwl_get_ucode_image(fw, ucode_type); in iwl_trans_start_fw()
968 enum iwl_ucode_type ucode_type, bool run_in_rfkill);
482 uint32_t ucode_type; member490 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwm_set_default_calib() local492 if (ucode_type >= IWM_UCODE_TYPE_MAX) { in iwm_set_default_calib()495 "calibration.\n", ucode_type); in iwm_set_default_calib()499 sc->sc_default_calib[ucode_type].flow_trigger = in iwm_set_default_calib()501 sc->sc_default_calib[ucode_type].event_trigger = in iwm_set_default_calib()2731 enum iwm_ucode_type ucode_type = sc->cur_ucode; in iwm_send_phy_cfg_cmd() local2736 sc->sc_default_calib[ucode_type].event_trigger; in iwm_send_phy_cfg_cmd()2738 sc->sc_default_calib[ucode_type].flow_trigger; in iwm_send_phy_cfg_cmd()2820 enum iwm_ucode_type ucode_type) in iwm_load_ucode_wait_alive() argument[all …]
1285 uint32_t ucode_type; member1293 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwx_set_default_calib() local1295 if (ucode_type >= IWX_UCODE_TYPE_MAX) in iwx_set_default_calib()1298 sc->sc_default_calib[ucode_type].flow_trigger = in iwx_set_default_calib()1300 sc->sc_default_calib[ucode_type].event_trigger = in iwx_set_default_calib()