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:SCMD
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
wd33c93.c
172
data = inb(regs.
SCMD
);
in read_wd33c93()
182
value = inb(regs.
SCMD
) << 16;
in read_wd33c93_count()
183
value |= inb(regs.
SCMD
) << 8;
in read_wd33c93_count()
184
value |= inb(regs.
SCMD
);
in read_wd33c93_count()
198
outb(value, regs.
SCMD
);
in write_wd33c93()
205
outb((value >> 16) & 0xff, regs.
SCMD
);
in write_wd33c93_count()
206
outb((value >> 8) & 0xff, regs.
SCMD
);
in write_wd33c93_count()
207
outb( value & 0xff, regs.
SCMD
);
in write_wd33c93_count()
220
outb(cmnd[i], regs.
SCMD
);
in write_wd33c93_cdb()
229
return (*regs.
SCMD
);
in read_wd33c93()
[all...]
H
A
D
gvp11.h
35
volatile unsigned char
SCMD
;
member
H
A
D
gvp11.c
209
scmd_3393 = ®s->
SCMD
;
in check_wd33c93()
320
wdregs.
SCMD
= ®s->
SCMD
;
in gvp11_probe()
H
A
D
a3000.h
49
volatile unsigned char
SCMD
;
member
H
A
D
a2091.h
41
volatile unsigned char
SCMD
;
member
H
A
D
wd33c93.h
185
unsigned int
SCMD
;
member
188
volatile unsigned char *
SCMD
;
H
A
D
a2091.c
191
wdregs.
SCMD
= ®s->
SCMD
;
in a2091_probe()
H
A
D
a3000.c
209
wdregs.
SCMD
= ®s->
SCMD
;
in amiga_a3000_scsi_probe()
H
A
D
mvme147.c
101
regs.
SCMD
= (volatile unsigned char *)0xfffe4001;
in mvme147_init()
H
A
D
sgiwd93.c
249
regs.
SCMD
= wdregs + 7;
in sgiwd93_probe()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_debug.h
110
#define dprint_scsi_command(ioc,
SCMD
, LOG_LEVEL) \
113
scsi_print_command(
SCMD
); \
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
gvp11.h
35
volatile unsigned char
SCMD
;
member
H
A
D
a3000.h
49
volatile unsigned char
SCMD
;
member
H
A
D
a2091.h
41
volatile unsigned char
SCMD
;
member
H
A
D
gvp11.c
256
scmd_3393 = ®s->
SCMD
;
in check_wd33c93()
374
wdregs.
SCMD
= ®s->
SCMD
;
in gvp11_probe()
H
A
D
wd33c93.c
170
return (*regs.
SCMD
);
in read_wd33c93()
180
value = *regs.
SCMD
<< 16;
in read_wd33c93_count()
181
value |= *regs.
SCMD
<< 8;
in read_wd33c93_count()
182
value |= *regs.
SCMD
;
in read_wd33c93_count()
198
*regs.
SCMD
= value;
in write_wd33c93()
207
*regs.
SCMD
= value >> 16;
in write_wd33c93_count()
208
*regs.
SCMD
= value >> 8;
in write_wd33c93_count()
209
*regs.
SCMD
= value;
in write_wd33c93_count()
218
*regs.
SCMD
= cmd;
in write_wd33c93_cmd()
229
*regs.
SCMD
in write_wd33c93_cdb()
[all...]
H
A
D
a3000.c
250
wdregs.
SCMD
= ®s->
SCMD
;
in amiga_a3000_scsi_probe()
H
A
D
a2091.c
230
wdregs.
SCMD
= ®s->
SCMD
;
in a2091_probe()
H
A
D
mvme147.c
107
regs.
SCMD
= (volatile unsigned char *)0xfffe4001;
in mvme147_init()
H
A
D
wd33c93.h
184
volatile unsigned char *
SCMD
;
member
H
A
D
sgiwd93.c
257
regs.
SCMD
= wdregs + 7;
in sgiwd93_probe()
Completed in 13 milliseconds