Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_iwmvar.h153 enum iwm_ucode_type { enum
547 enum iwm_ucode_type sc_uc_current;
H A Dif_iwm.c248 int iwm_firmware_store_section(struct iwm_softc *, enum iwm_ucode_type,
373 int iwm_load_firmware_7000(struct iwm_softc *, enum iwm_ucode_type);
376 int iwm_load_firmware_8000(struct iwm_softc *, enum iwm_ucode_type);
377 int iwm_load_firmware(struct iwm_softc *, enum iwm_ucode_type);
378 int iwm_start_fw(struct iwm_softc *, enum iwm_ucode_type);
381 int iwm_load_ucode_wait_alive(struct iwm_softc *, enum iwm_ucode_type);
4305 iwm_load_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type) in iwm_load_firmware()
4331 iwm_start_fw(struct iwm_softc *sc, enum iwm_ucode_type ucode_type) in iwm_start_fw()
4375 enum iwm_ucode_type ucode_type = sc->sc_uc_current; in iwm_send_phy_cfg_cmd()
4402 enum iwm_ucode_type ucode_type) in iwm_load_ucode_wait_alive()
[all …]