Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dimg.h265 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument
267 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image()
270 return &fw->img[ucode_type]; in iwl_get_ucode_image()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c296 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument
304 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() local
572 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()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c417 __le32 ucode_type; member
536 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local
537 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()
H A Diwl-trans.c596 enum iwl_ucode_type ucode_type, bool run_in_rfkill) in iwl_trans_start_fw() argument
603 img = iwl_get_ucode_image(fw, ucode_type); in iwl_trans_start_fw()
H A Diwl-trans.h968 enum iwl_ucode_type ucode_type, bool run_in_rfkill);
/freebsd/sys/dev/iwm/
H A Dif_iwm.c482 uint32_t ucode_type; member
490 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwm_set_default_calib() local
492 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() local
2736 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 …]
/freebsd/sys/dev/iwx/
H A Dif_iwx.c1285 uint32_t ucode_type; member
1293 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwx_set_default_calib() local
1295 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()