Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/iwlwifi/fw/
H A Dimg.h259 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument
261 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image()
264 return &fw->img[ucode_type]; in iwl_get_ucode_image()
/freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c314 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument
323 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() local
560 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()
/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c309 __le32 ucode_type; member
442 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local
443 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()
/freebsd-14.2/sys/dev/iwm/
H A Dif_iwm.c454 uint32_t ucode_type; member
462 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwm_set_default_calib() local
464 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() local
2709 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() argument
2800 fw = &sc->sc_fw.img[ucode_type]; in iwm_load_ucode_wait_alive()
[all …]