Searched refs:ucode_type (Results 1 – 4 of 4) sorted by relevance
270 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument272 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image()275 return &fw->img[ucode_type]; in iwl_get_ucode_image()
289 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument298 ucode_type == IWL_UCODE_INIT || iwl_mvm_has_unified_ucode(mvm); in iwl_mvm_load_ucode_wait_alive()300 if (ucode_type == IWL_UCODE_REGULAR && in iwl_mvm_load_ucode_wait_alive()306 fw = iwl_get_ucode_image(mvm->fw, ucode_type); in iwl_mvm_load_ucode_wait_alive()309 iwl_fw_set_current_image(&mvm->fwrt, ucode_type); in iwl_mvm_load_ucode_wait_alive()614 enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img; in iwl_send_phy_cfg_cmd() local640 mvm->fw->default_calib[ucode_type].event_trigger; in iwl_send_phy_cfg_cmd()642 mvm->fw->default_calib[ucode_type].flow_trigger; in iwl_send_phy_cfg_cmd()
245 __le32 ucode_type; member402 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local403 if (ucode_type >= IWL_UCODE_TYPE_MAX) { in iwl_set_default_calib()405 ucode_type); in iwl_set_default_calib()408 drv->fw.default_calib[ucode_type].flow_trigger = in iwl_set_default_calib()410 drv->fw.default_calib[ucode_type].event_trigger = in iwl_set_default_calib()
456 uint32_t ucode_type; member464 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwm_set_default_calib() local466 if (ucode_type >= IWM_UCODE_TYPE_MAX) { in iwm_set_default_calib()469 "calibration.\n", ucode_type); in iwm_set_default_calib()473 sc->sc_default_calib[ucode_type].flow_trigger = in iwm_set_default_calib()475 sc->sc_default_calib[ucode_type].event_trigger = in iwm_set_default_calib()2799 enum iwm_ucode_type ucode_type = sc->cur_ucode; in iwm_send_phy_cfg_cmd() local2806 sc->sc_default_calib[ucode_type].flow_trigger; in iwm_send_phy_cfg_cmd()2888 enum iwm_ucode_type ucode_type) in iwm_load_ucode_wait_alive() argument2897 fw = &sc->sc_fw.img[ucode_type]; in iwm_load_ucode_wait_alive()[all …]