Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c662 uint32_t ucode_type; member
670 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwm_set_default_calib() local
672 if (ucode_type >= IWM_UCODE_TYPE_MAX) in iwm_set_default_calib()
675 sc->sc_default_calib[ucode_type].flow_trigger = in iwm_set_default_calib()
677 sc->sc_default_calib[ucode_type].event_trigger = in iwm_set_default_calib()
4177 iwm_load_firmware_7000(struct iwm_softc *sc, enum iwm_ucode_type ucode_type) in iwm_load_firmware_7000() argument
4185 fws = &sc->sc_fw.fw_sects[ucode_type]; in iwm_load_firmware_7000()
4287 iwm_load_firmware_8000(struct iwm_softc *sc, enum iwm_ucode_type ucode_type) in iwm_load_firmware_8000() argument
4293 fws = &sc->sc_fw.fw_sects[ucode_type]; in iwm_load_firmware_8000()
4318 iwm_load_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type) in iwm_load_firmware() argument
[all …]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c1157 uint32_t ucode_type; member
1165 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwx_set_default_calib() local
1167 if (ucode_type >= IWX_UCODE_TYPE_MAX) in iwx_set_default_calib()
1170 sc->sc_default_calib[ucode_type].flow_trigger = in iwx_set_default_calib()
1172 sc->sc_default_calib[ucode_type].event_trigger = in iwx_set_default_calib()