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:read_aux_stat
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
wd33c93.c
189
read_aux_stat
(const wd33c93_regs regs)
in read_aux_stat()
function
247
read_aux_stat
(const wd33c93_regs regs)
in read_aux_stat()
function
301
asr =
read_aux_stat
(regs);
in read_1_byte()
699
asr =
read_aux_stat
(regs);
in transfer_pio()
705
asr =
read_aux_stat
(regs);
in transfer_pio()
802
asr =
read_aux_stat
(regs);
in wd33c93_intr()
1393
if ((asr =
read_aux_stat
(regs)) & ASR_INT)
in wd33c93_intr()
1411
asr =
read_aux_stat
(regs);
in wd33c93_intr()
1414
asr =
read_aux_stat
(regs);
in wd33c93_intr()
1511
while ((
read_aux_stat
(reg
in reset_wd33c93()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
wd33c93.c
188
read_aux_stat
(const wd33c93_regs regs)
in read_aux_stat()
function
241
asr =
read_aux_stat
(regs);
in read_1_byte()
638
asr =
read_aux_stat
(regs);
in transfer_pio()
644
asr =
read_aux_stat
(regs);
in transfer_pio()
744
asr =
read_aux_stat
(regs);
in wd33c93_intr()
1339
if ((asr =
read_aux_stat
(regs)) & ASR_INT)
in wd33c93_intr()
1357
asr =
read_aux_stat
(regs);
in wd33c93_intr()
1360
asr =
read_aux_stat
(regs);
in wd33c93_intr()
1457
while ((
read_aux_stat
(regs) & ASR_BSY) && busycount++ < 100)
in reset_wd33c93()
1467
if (
read_aux_stat
(reg
in reset_wd33c93()
[all...]
Completed in 4 milliseconds