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:LE_C0_IDON
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
a2065.h
67
#define
LE_C0_IDON
0x0100 /* Initialization Done */
macro
H
A
D
7990.h
148
#define
LE_C0_IDON
0x0100 /* Initialization Done */
macro
H
A
D
a2065.c
227
for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR |
LE_C0_IDON
)); i++)
in init_restart_lance()
235
ll->rdp =
LE_C0_IDON
;
in init_restart_lance()
455
LE_C0_IDON
| LE_C0_INEA);
in lance_interrupt()
H
A
D
7990.c
239
for (i = 0; (i < 100) && !(READRDP(lp) & (LE_C0_ERR |
LE_C0_IDON
)); i++)
in init_restart_lance()
247
WRITERDP(lp,
LE_C0_IDON
);
in init_restart_lance()
491
WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|
LE_C0_IDON
|LE_C0_INEA);
in lance_interrupt()
H
A
D
declance.c
107
#define
LE_C0_IDON
0x0100 /* IFIN: Init finished. */
macro
536
for (i = 0; (i < 100) && !(ll->rdp &
LE_C0_IDON
); i++) {
in init_restart_lance()
549
writereg(&ll->rdp,
LE_C0_IDON
);
in init_restart_lance()
H
A
D
sunlance.c
135
#define
LE_C0_IDON
0x0100 /* IFIN: Init finished. */
macro
477
if (regval & (LE_C0_ERR |
LE_C0_IDON
))
in init_restart_lance()
490
sbus_writew(
LE_C0_IDON
, lp->lregs + RDP);
in init_restart_lance()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
a2065.h
67
#define
LE_C0_IDON
0x0100 /* Initialization Done */
macro
H
A
D
7990.h
148
#define
LE_C0_IDON
0x0100 /* Initialization Done */
macro
H
A
D
a2065.c
227
for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR |
LE_C0_IDON
)); i++)
in init_restart_lance()
235
ll->rdp =
LE_C0_IDON
;
in init_restart_lance()
455
LE_C0_IDON
| LE_C0_INEA);
in lance_interrupt()
H
A
D
7990.c
239
for (i = 0; (i < 100) && !(READRDP(lp) & (LE_C0_ERR |
LE_C0_IDON
)); i++)
in init_restart_lance()
247
WRITERDP(lp,
LE_C0_IDON
);
in init_restart_lance()
491
WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|
LE_C0_IDON
|LE_C0_INEA);
in lance_interrupt()
H
A
D
declance.c
107
#define
LE_C0_IDON
0x0100 /* IFIN: Init finished. */
macro
536
for (i = 0; (i < 100) && !(ll->rdp &
LE_C0_IDON
); i++) {
in init_restart_lance()
549
writereg(&ll->rdp,
LE_C0_IDON
);
in init_restart_lance()
H
A
D
sunlance.c
135
#define
LE_C0_IDON
0x0100 /* IFIN: Init finished. */
macro
477
if (regval & (LE_C0_ERR |
LE_C0_IDON
))
in init_restart_lance()
490
sbus_writew(
LE_C0_IDON
, lp->lregs + RDP);
in init_restart_lance()
Completed in 14 milliseconds