Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/iwm/
H A Dif_iwm.c459 uint32_t ucode_type; member
467 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwm_set_default_calib() local
469 if (ucode_type >= IWM_UCODE_TYPE_MAX) { in iwm_set_default_calib()
472 "calibration.\n", ucode_type); in iwm_set_default_calib()
476 sc->sc_default_calib[ucode_type].flow_trigger = in iwm_set_default_calib()
478 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_mvm_load_ucode_wait_alive() argument
2800 fw = &sc->sc_fw.img[ucode_type]; in iwm_mvm_load_ucode_wait_alive()
[all …]