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:I365_CSC_BVD1
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
i82365.h
91
#define
I365_CSC_BVD1
0x01
macro
H
A
D
i82092.c
335
if (csc &
I365_CSC_BVD1
)
in i82092aa_interrupt()
531
reg |=
I365_CSC_BVD1
;
in i82092aa_set_socket()
H
A
D
pd6729.c
215
events |= (csc &
I365_CSC_BVD1
)
in pd6729_interrupt()
399
reg |=
I365_CSC_BVD1
;
in pd6729_set_socket()
H
A
D
vrc4171_card.c
352
cscint |=
I365_CSC_BVD1
;
in pccard_set_socket()
490
if (csc & (
I365_CSC_BVD1
| I365_CSC_BVD2)) {
in get_events()
H
A
D
i82365.c
857
events |= (csc &
I365_CSC_BVD1
) ? SS_BATDEAD : 0;
in pcic_interrupt()
1020
if (state->csc_mask & SS_BATDEAD) reg |=
I365_CSC_BVD1
;
in i365_set_socket()
H
A
D
yenta_socket.c
381
reg |=
I365_CSC_BVD1
;
in yenta_set_socket()
527
events |= (csc &
I365_CSC_BVD1
) ? SS_BATDEAD : 0;
in yenta_interrupt()
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
i82365.h
91
#define
I365_CSC_BVD1
0x01
macro
H
A
D
i82092.c
335
if (csc &
I365_CSC_BVD1
)
in i82092aa_interrupt()
531
reg |=
I365_CSC_BVD1
;
in i82092aa_set_socket()
H
A
D
pd6729.c
215
events |= (csc &
I365_CSC_BVD1
)
in pd6729_interrupt()
399
reg |=
I365_CSC_BVD1
;
in pd6729_set_socket()
H
A
D
yenta_socket.c
383
reg |=
I365_CSC_BVD1
;
in yenta_set_socket()
529
events |= (csc &
I365_CSC_BVD1
) ? SS_BATDEAD : 0;
in yenta_interrupt()
H
A
D
i82365.c
857
events |= (csc &
I365_CSC_BVD1
) ? SS_BATDEAD : 0;
in pcic_interrupt()
1020
if (state->csc_mask & SS_BATDEAD) reg |=
I365_CSC_BVD1
;
in i365_set_socket()
Completed in 12 milliseconds