Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/
H A Dimg.h270 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument
272 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image()
275 return &fw->img[ucode_type]; in iwl_get_ucode_image()
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c289 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument
298 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() local
640 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()
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c245 __le32 ucode_type; member
402 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local
403 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()
/freebsd-13.1/sys/dev/iwm/
H A Dif_iwm.c456 uint32_t ucode_type; member
464 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwm_set_default_calib() local
466 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() local
2806 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() argument
2897 fw = &sc->sc_fw.img[ucode_type]; in iwm_load_ucode_wait_alive()
[all …]