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:fifo_diag
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H
A
D
3c589_cs.c
649
u16
fifo_diag
;
in el3_interrupt()
local
651
fifo_diag
= inw(ioaddr + 4);
in el3_interrupt()
654
fifo_diag
);
in el3_interrupt()
655
if (
fifo_diag
& 0x0400) {
in el3_interrupt()
660
if (
fifo_diag
& 0x2000) {
in el3_interrupt()
H
A
D
3c574_cs.c
816
u16
fifo_diag
;
in el3_interrupt()
local
818
fifo_diag
= inw(ioaddr + Wn4_FIFODiag);
in el3_interrupt()
821
fifo_diag
);
in el3_interrupt()
822
if (
fifo_diag
& 0x0400) {
in el3_interrupt()
827
if (
fifo_diag
& 0x2000) {
in el3_interrupt()
H
A
D
3c59x.c
2001
u16
fifo_diag
;
in vortex_error()
local
2002
fifo_diag
= window_read16(vp, 4, Wn4_FIFODiag);
in vortex_error()
2004
dev->name,
fifo_diag
);
in vortex_error()
2018
} else if (
fifo_diag
& 0x0400)
in vortex_error()
2020
if (
fifo_diag
& 0x3000) {
in vortex_error()
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/
H
A
D
3c589_cs.c
649
u16
fifo_diag
;
in el3_interrupt()
local
651
fifo_diag
= inw(ioaddr + 4);
in el3_interrupt()
654
fifo_diag
);
in el3_interrupt()
655
if (
fifo_diag
& 0x0400) {
in el3_interrupt()
660
if (
fifo_diag
& 0x2000) {
in el3_interrupt()
H
A
D
3c574_cs.c
815
u16
fifo_diag
;
in el3_interrupt()
local
817
fifo_diag
= inw(ioaddr + Wn4_FIFODiag);
in el3_interrupt()
820
fifo_diag
);
in el3_interrupt()
821
if (
fifo_diag
& 0x0400) {
in el3_interrupt()
826
if (
fifo_diag
& 0x2000) {
in el3_interrupt()
H
A
D
3c59x.c
2003
u16
fifo_diag
;
in vortex_error()
local
2004
fifo_diag
= window_read16(vp, 4, Wn4_FIFODiag);
in vortex_error()
2006
dev->name,
fifo_diag
);
in vortex_error()
2020
} else if (
fifo_diag
& 0x0400)
in vortex_error()
2022
if (
fifo_diag
& 0x3000) {
in vortex_error()
Completed in 19 milliseconds