HomeSort by: relevance | last modified time | path
    Searched defs:ucode_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_iwm.c 699 uint32_t ucode_type; member in struct:iwm_tlv_calib_data
707 uint32_t ucode_type = le32toh(def_calib->ucode_type); local
709 if (ucode_type >= IWM_UCODE_TYPE_MAX) {
710 DPRINTF(("%s: Wrong ucode_type %u for default calibration.\n",
711 DEVNAME(sc), ucode_type));
715 sc->sc_default_calib[ucode_type].flow_trigger =
717 sc->sc_default_calib[ucode_type].event_trigger =
748 iwm_read_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
3645 iwm_load_firmware_7000(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
3863 enum iwm_ucode_type ucode_type = sc->sc_uc_current; local
    [all...]

Completed in 33 milliseconds