Searched refs:ucode_type (Results 1 – 4 of 4) sorted by relevance
259 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument261 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image()264 return &fw->img[ucode_type]; in iwl_get_ucode_image()
314 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument323 ucode_type == IWL_UCODE_INIT || iwl_mvm_has_unified_ucode(mvm); in iwl_mvm_load_ucode_wait_alive()327 if (ucode_type == IWL_UCODE_REGULAR && in iwl_mvm_load_ucode_wait_alive()333 fw = iwl_get_ucode_image(mvm->fw, ucode_type); in iwl_mvm_load_ucode_wait_alive()336 iwl_fw_set_current_image(&mvm->fwrt, ucode_type); in iwl_mvm_load_ucode_wait_alive()535 enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img; in iwl_send_phy_cfg_cmd() local560 mvm->fw->default_calib[ucode_type].event_trigger; in iwl_send_phy_cfg_cmd()562 mvm->fw->default_calib[ucode_type].flow_trigger; in iwl_send_phy_cfg_cmd()
309 __le32 ucode_type; member442 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local443 if (ucode_type >= IWL_UCODE_TYPE_MAX) { in iwl_set_default_calib()445 ucode_type); in iwl_set_default_calib()448 drv->fw.default_calib[ucode_type].flow_trigger = in iwl_set_default_calib()450 drv->fw.default_calib[ucode_type].event_trigger = in iwl_set_default_calib()
454 uint32_t ucode_type; member462 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwm_set_default_calib() local464 if (ucode_type >= IWM_UCODE_TYPE_MAX) { in iwm_set_default_calib()467 "calibration.\n", ucode_type); in iwm_set_default_calib()471 sc->sc_default_calib[ucode_type].flow_trigger = in iwm_set_default_calib()473 sc->sc_default_calib[ucode_type].event_trigger = in iwm_set_default_calib()2702 enum iwm_ucode_type ucode_type = sc->cur_ucode; in iwm_send_phy_cfg_cmd() local2709 sc->sc_default_calib[ucode_type].flow_trigger; in iwm_send_phy_cfg_cmd()2791 enum iwm_ucode_type ucode_type) in iwm_load_ucode_wait_alive() argument2800 fw = &sc->sc_fw.img[ucode_type]; in iwm_load_ucode_wait_alive()[all …]