Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:pci_chip_rev_id
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.h
3264
u32
pci_chip_rev_id
;
member
3443
((tp)->
pci_chip_rev_id
)
3445
((tp)->
pci_chip_rev_id
>> 12)
3447
((tp)->
pci_chip_rev_id
>> 8)
H
A
D
tg3.c
16137
tp->
pci_chip_rev_id
= misc_ctrl_reg >> MISC_HOST_CTRL_CHIPREV_SHIFT;
in tg3_detect_asic_rev()
16172
pci_read_config_dword(tp->pdev, reg, &tp->
pci_chip_rev_id
);
in tg3_detect_asic_rev()
16179
tp->
pci_chip_rev_id
= CHIPREV_ID_5752_A0;
in tg3_detect_asic_rev()
16182
tp->
pci_chip_rev_id
= CHIPREV_ID_5720_A0;
in tg3_detect_asic_rev()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.h
3264
u32
pci_chip_rev_id
;
member
3443
((tp)->
pci_chip_rev_id
)
3445
((tp)->
pci_chip_rev_id
>> 12)
3447
((tp)->
pci_chip_rev_id
>> 8)
H
A
D
tg3.c
16061
tp->
pci_chip_rev_id
= misc_ctrl_reg >> MISC_HOST_CTRL_CHIPREV_SHIFT;
in tg3_detect_asic_rev()
16096
pci_read_config_dword(tp->pdev, reg, &tp->
pci_chip_rev_id
);
in tg3_detect_asic_rev()
16103
tp->
pci_chip_rev_id
= CHIPREV_ID_5752_A0;
in tg3_detect_asic_rev()
16106
tp->
pci_chip_rev_id
= CHIPREV_ID_5720_A0;
in tg3_detect_asic_rev()
Completed in 58 milliseconds