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:TPLnkFail
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H
A
D
pnic.c
61
if (ioread32(ioaddr + CSR5) &
TPLnkFail
) {
in pnic_lnk_change()
62
iowrite32((ioread32(ioaddr + CSR7) & ~
TPLnkFail
) | TPLnkPass, ioaddr + CSR7);
in pnic_lnk_change()
83
iowrite32((ioread32(ioaddr + CSR7) & ~TPLnkPass) |
TPLnkFail
, ioaddr + CSR7);
in pnic_lnk_change()
124
} else if (csr5 &
TPLnkFail
) { /* 100baseTx link beat */
in pnic_timer()
H
A
D
pnic2.c
319
(csr12 & 2) == 2) || (tp->nway && (csr5 & (
TPLnkFail
)))) {
in pnic2_lnk_change()
H
A
D
interrupt.c
705
if (csr5 & (TPLnkPass |
TPLnkFail
| 0x08000000)) {
in tulip_interrupt()
780
TPLnkFail
|
in tulip_interrupt()
H
A
D
tulip.h
142
TPLnkFail
= 0x1000,
enumerator
H
A
D
21142.c
217
(tp->nway && (csr5 & (
TPLnkFail
)))) {
in t21142_lnk_change()
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H
A
D
pnic.c
61
if (ioread32(ioaddr + CSR5) &
TPLnkFail
) {
in pnic_lnk_change()
62
iowrite32((ioread32(ioaddr + CSR7) & ~
TPLnkFail
) | TPLnkPass, ioaddr + CSR7);
in pnic_lnk_change()
83
iowrite32((ioread32(ioaddr + CSR7) & ~TPLnkPass) |
TPLnkFail
, ioaddr + CSR7);
in pnic_lnk_change()
124
} else if (csr5 &
TPLnkFail
) { /* 100baseTx link beat */
in pnic_timer()
H
A
D
pnic2.c
319
(csr12 & 2) == 2) || (tp->nway && (csr5 & (
TPLnkFail
)))) {
in pnic2_lnk_change()
H
A
D
interrupt.c
705
if (csr5 & (TPLnkPass |
TPLnkFail
| 0x08000000)) {
in tulip_interrupt()
780
TPLnkFail
|
in tulip_interrupt()
H
A
D
21142.c
217
(tp->nway && (csr5 & (
TPLnkFail
)))) {
in t21142_lnk_change()
H
A
D
tulip.h
142
TPLnkFail
= 0x1000,
enumerator
Completed in 8 milliseconds