OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_fw_version
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
bwivar.h
686
int
sc_fw_version
; /* BWI_FW_VERSION[34] */
member in struct:bwi_softc
/src/sys/dev/pci/
if_aq.c
1369
uint32_t
sc_fw_version
;
member in struct:aq_softc
1370
#define FW_VERSION_MAJOR(sc) (((sc)->
sc_fw_version
>> 24) & 0xff)
1371
#define FW_VERSION_MINOR(sc) (((sc)->
sc_fw_version
>> 16) & 0xff)
1372
#define FW_VERSION_BUILD(sc) ((sc)->
sc_fw_version
& 0xffff)
2451
sc->
sc_fw_version
= AQ_READ_REG(sc, AQ_FW_VERSION_REG);
2452
if (sc->
sc_fw_version
!= 0) {
2589
if (sc->
sc_fw_version
< AQ_FW_MIN_VERSION) {
3405
sc->
sc_fw_version
=
Completed in 17 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025