Searched refs:ucode_type (Results 1 – 2 of 2) sorted by relevance
662 uint32_t ucode_type; member670 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwm_set_default_calib() local672 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() argument4185 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() argument4293 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 …]
1157 uint32_t ucode_type; member1165 uint32_t ucode_type = le32toh(def_calib->ucode_type); in iwx_set_default_calib() local1167 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()