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_READY
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
i82365.h
94
#define
I365_CSC_READY
0x04
macro
H
A
D
i82092.c
339
if (csc &
I365_CSC_READY
)
in i82092aa_interrupt()
535
reg |=
I365_CSC_READY
;
in i82092aa_set_socket()
H
A
D
pd6729.c
219
events |= (csc &
I365_CSC_READY
)
in pd6729_interrupt()
403
reg |=
I365_CSC_READY
;
in pd6729_set_socket()
H
A
D
vrc4171_card.c
357
cscint |=
I365_CSC_READY
;
in pccard_set_socket()
497
if ((csc &
I365_CSC_READY
) && (status & I365_CS_READY))
in get_events()
H
A
D
i82365.c
859
events |= (csc &
I365_CSC_READY
) ? SS_READY : 0;
in pcic_interrupt()
1022
if (state->csc_mask & SS_READY) reg |=
I365_CSC_READY
;
in i365_set_socket()
H
A
D
yenta_socket.c
385
reg |=
I365_CSC_READY
;
in yenta_set_socket()
529
events |= (csc &
I365_CSC_READY
) ? SS_READY : 0;
in yenta_interrupt()
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
i82365.h
94
#define
I365_CSC_READY
0x04
macro
H
A
D
i82092.c
339
if (csc &
I365_CSC_READY
)
in i82092aa_interrupt()
535
reg |=
I365_CSC_READY
;
in i82092aa_set_socket()
H
A
D
pd6729.c
219
events |= (csc &
I365_CSC_READY
)
in pd6729_interrupt()
403
reg |=
I365_CSC_READY
;
in pd6729_set_socket()
H
A
D
yenta_socket.c
387
reg |=
I365_CSC_READY
;
in yenta_set_socket()
531
events |= (csc &
I365_CSC_READY
) ? SS_READY : 0;
in yenta_interrupt()
H
A
D
i82365.c
859
events |= (csc &
I365_CSC_READY
) ? SS_READY : 0;
in pcic_interrupt()
1022
if (state->csc_mask & SS_READY) reg |=
I365_CSC_READY
;
in i365_set_socket()
Completed in 13 milliseconds