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:CSR0_IDON
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
atarilance.c
320
#define
CSR0_IDON
0x0100 /* initialization done (RC) */
macro
660
if (DREG &
CSR0_IDON
)
in lance_open()
668
DREG =
CSR0_IDON
;
in lance_open()
952
CSR0_IDON
| CSR0_INEA;
in lance_interrupt()
1108
REGA( CSR0 ) =
CSR0_IDON
| CSR0_INEA | CSR0_STRT;
in set_multicast_list()
H
A
D
sun3lance.c
220
#define
CSR0_IDON
0x0100 /* initialization done (RC) */
macro
434
if (DREG &
CSR0_IDON
)
in lance_open()
443
DREG =
CSR0_IDON
| CSR0_STRT | CSR0_INEA;
in lance_open()
668
DREG = csr0 & (CSR0_TINT | CSR0_RINT |
CSR0_IDON
);
in lance_interrupt()
756
//
CSR0_IDON
| CSR0_INEA;
in lance_interrupt()
923
REGA( CSR0 ) =
CSR0_IDON
| CSR0_INEA | CSR0_STRT;
in set_multicast_list()
H
A
D
ni65.h
26
#define
CSR0_IDON
0x0100 /* Initialization Done (RC) */
macro
H
A
D
am79c961a.h
36
#define
CSR0_IDON
0x0100
macro
H
A
D
ni65.c
513
if(readreg(CSR0) &
CSR0_IDON
)
in ni65_probe1()
595
if(inw(PORT+L_DATAREG) & (
CSR0_IDON
| CSR0_MERR) )
in ni65_init_lance()
855
if(inw(PORT+L_DATAREG) &
CSR0_IDON
) {
in ni65_lance_reinit()
H
A
D
pcnet32.c
198
#define
CSR0_IDON
0x0100
macro
2278
if (lp->a->read_csr(ioaddr, CSR0) &
CSR0_IDON
)
in pcnet32_open()
2434
if (lp->a->read_csr(ioaddr, CSR0) &
CSR0_IDON
)
in pcnet32_restart()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
atarilance.c
320
#define
CSR0_IDON
0x0100 /* initialization done (RC) */
macro
659
if (DREG &
CSR0_IDON
)
in lance_open()
667
DREG =
CSR0_IDON
;
in lance_open()
951
CSR0_IDON
| CSR0_INEA;
in lance_interrupt()
1107
REGA( CSR0 ) =
CSR0_IDON
| CSR0_INEA | CSR0_STRT;
in set_multicast_list()
H
A
D
sun3lance.c
220
#define
CSR0_IDON
0x0100 /* initialization done (RC) */
macro
428
if (DREG &
CSR0_IDON
)
in lance_open()
437
DREG =
CSR0_IDON
| CSR0_STRT | CSR0_INEA;
in lance_open()
662
DREG = csr0 & (CSR0_TINT | CSR0_RINT |
CSR0_IDON
);
in lance_interrupt()
750
//
CSR0_IDON
| CSR0_INEA;
in lance_interrupt()
917
REGA( CSR0 ) =
CSR0_IDON
| CSR0_INEA | CSR0_STRT;
in set_multicast_list()
H
A
D
pcnet32.c
198
#define
CSR0_IDON
0x0100
macro
2288
if (lp->a->read_csr(ioaddr, CSR0) &
CSR0_IDON
)
in pcnet32_open()
2444
if (lp->a->read_csr(ioaddr, CSR0) &
CSR0_IDON
)
in pcnet32_restart()
Completed in 18 milliseconds