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_DM9132_ID
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H
A
D
dmfe.c
92
#define
PCI_DM9132_ID
0x91321282 /* Davicom DM9132 ID */
macro
178
(( ((pci_id)==
PCI_DM9132_ID
) || ((dev_rev) >= 0x30) ) ? \
568
if ( !chkmode || (db->chip_id ==
PCI_DM9132_ID
) ||
in dmfe_open()
644
if (db->chip_id ==
PCI_DM9132_ID
)
in dmfe_init_dm910x()
1062
if (db->chip_id ==
PCI_DM9132_ID
)
in dmfe_set_filter_mode()
1186
if (db->chip_id ==
PCI_DM9132_ID
)
in dmfe_timer()
1193
((db->chip_id ==
PCI_DM9132_ID
) &&
in dmfe_timer()
1636
if (db->chip_id ==
PCI_DM9132_ID
) /* DM9132 */
in dmfe_sense_speed()
1775
if (chip_id ==
PCI_DM9132_ID
) {
in dmfe_phy_write()
1823
if (chip_id ==
PCI_DM9132_ID
) {
in dmfe_phy_read()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H
A
D
dmfe.c
92
#define
PCI_DM9132_ID
0x91321282 /* Davicom DM9132 ID */
macro
178
(( ((pci_id)==
PCI_DM9132_ID
) || ((dev_rev) >= 0x30) ) ? \
567
if ( !chkmode || (db->chip_id ==
PCI_DM9132_ID
) ||
in dmfe_open()
643
if (db->chip_id ==
PCI_DM9132_ID
)
in dmfe_init_dm910x()
1061
if (db->chip_id ==
PCI_DM9132_ID
)
in dmfe_set_filter_mode()
1185
if (db->chip_id ==
PCI_DM9132_ID
)
in dmfe_timer()
1192
((db->chip_id ==
PCI_DM9132_ID
) &&
in dmfe_timer()
1635
if (db->chip_id ==
PCI_DM9132_ID
) /* DM9132 */
in dmfe_sense_speed()
1774
if (chip_id ==
PCI_DM9132_ID
) {
in dmfe_phy_write()
1822
if (chip_id ==
PCI_DM9132_ID
) {
in dmfe_phy_read()
[all...]
Completed in 6 milliseconds