Home
last modified time | relevance | path

Searched refs:sc_fw_version (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_aq_pci.c637 #define FW_VERSION_MAJOR(sc) (((sc)->sc_fw_version >> 24) & 0xff)
638 #define FW_VERSION_MINOR(sc) (((sc)->sc_fw_version >> 16) & 0xff)
639 #define FW_VERSION_BUILD(sc) ((sc)->sc_fw_version & 0xffff)
985 uint32_t sc_fw_version; member
1756 sc->sc_fw_version = AQ_READ_REG(sc, AQ_FW_VERSION_REG); in aq1_fw_read_version()
1757 if (sc->sc_fw_version != 0) { in aq1_fw_read_version()
1838 if (sc->sc_fw_version < AQ_FW_MIN_VERSION) { in aq1_hw_init_ucp()
1947 sc->sc_fw_version = in aq2_fw_reboot()
/openbsd/sys/dev/ic/
H A Dbwivar.h606 int sc_fw_version; /* BWI_FW_VERSION[34] */ member
H A Dbwi.c847 sc->sc_fw_version = BWI_FW_VERSION3; in bwi_attach()