Searched refs:ucode_rev (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnvar.h425 uint32_t ucode_rev; member in struct:iwn_softc
H A Dif_iwn.c5855 IWN_UCODE_API(sc->ucode_rev));
5856 if (IWN_UCODE_API(sc->ucode_rev) == 1)
6846 IWN_UCODE_API(sc->ucode_rev) > 1) {
8290 sc->ucode_rev = rev;
8357 sc->ucode_rev = le32toh(hdr->rev);
8502 device_printf(sc->sc_dev, "%s: ucode rev=0x%08x\n", __func__, sc->ucode_rev);

Completed in 104 milliseconds