Home
last modified time | relevance | path

Searched refs:uc_base (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_hw.c357 sc->sc_fw.uc_base = sc->sc_fw.fw_base + sc->sc_fw.fw_size; in ipw2100_cache_firmware()
403 sc->sc_fw.uc_base, sc->sc_fw.uc_size); in ipw2100_load_uc()
H A Dipw2100_impl.h89 uint8_t *uc_base; /* u-controller code */ member
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c265 sc->sc_fw.uc_base = ipw2200_ucode_bin + sizeof (struct header); in ipw2200_cache_firmware()
H A Dipw2200_impl.h78 uint8_t *uc_base; /* u-controller code */ member
H A Dipw2200.c1080 err = ipw2200_load_uc(sc, sc->sc_fw.uc_base, sc->sc_fw.uc_size); in ipw2200_init()