OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hwrev
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
if_re_pci.c
189
uint32_t
hwrev
;
local in function:re_pci_attach
310
hwrev
= CSR_READ_4(sc, RTK_TXCFG) & RTK_TXCFG_HWREV;
317
if (
hwrev
== RTK_HWREV_8169) {
if_rge.c
201
uint32_t
hwrev
;
local in function:rge_attach
273
hwrev
= RGE_READ_4(sc, RGE_TXCFG) & RGE_TXCFG_HWREV;
274
switch (
hwrev
) {
296
aprint_error(": unknown version 0x%08x\n",
hwrev
);
if_aq.c
2623
uint32_t
hwrev
= AQ_READ_REG(sc, AQ_HW_REVISION_REG);
local in function:aq1_fw_version_init
2624
switch (
hwrev
& 0x0000000f) {
2650
"Unknown revision (0x%08x)\n",
hwrev
);
Completed in 18 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025