OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026