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:EWS
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_defs.h
99
#define
EWS
0x08 /* cmd: enable wide scsi [W]*/
macro
H
A
D
sym_hipd.c
1973
wval = wval & ~
EWS
;
1975
wval |=
EWS
;
2096
u_char wide = (tp->head.wval &
EWS
) ? BUS_16_BIT : BUS_8_BIT;
2457
if (cp && (cp->phys.select.sel_scntl3 &
EWS
)) {
2609
if ((cmd & 7) == 1 && cp && (cp->phys.select.sel_scntl3 &
EWS
) &&
H
A
D
sym_glue.c
265
if ((len & 1) && (tp->head.wval &
EWS
)) {
in sym_scatter()
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_defs.h
99
#define
EWS
0x08 /* cmd: enable wide scsi [W]*/
macro
H
A
D
sym_hipd.c
1973
wval = wval & ~
EWS
;
1975
wval |=
EWS
;
2096
u_char wide = (tp->head.wval &
EWS
) ? BUS_16_BIT : BUS_8_BIT;
2457
if (cp && (cp->phys.select.sel_scntl3 &
EWS
)) {
2609
if ((cmd & 7) == 1 && cp && (cp->phys.select.sel_scntl3 &
EWS
) &&
H
A
D
sym_glue.c
262
if ((len & 1) && (tp->head.wval &
EWS
)) {
in sym_scatter()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ncr53c8xx.h
620
#define
EWS
0x08 /* cmd: enable wide scsi [W]*/
macro
H
A
D
ncr53c8xx.c
5534
scntl3 = (scntl3 & 0xf0) | (tp->wval &
EWS
) | (np->rv_scntl3 & 0x07);
in ncr_setsync()
5590
scntl3 = (tp->wval & (~
EWS
)) | (wide ?
EWS
: 0);
in ncr_setwide()
5606
(scntl3 &
EWS
) ? "en" : "dis");
in ncr_setwide()
6282
if (INB(nc_scntl3) &
EWS
) {
in ncr_int_ma()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ncr53c8xx.h
620
#define
EWS
0x08 /* cmd: enable wide scsi [W]*/
macro
H
A
D
ncr53c8xx.c
5368
scntl3 = (scntl3 & 0xf0) | (tp->wval &
EWS
) | (np->rv_scntl3 & 0x07);
in ncr_setsync()
5424
scntl3 = (tp->wval & (~
EWS
)) | (wide ?
EWS
: 0);
in ncr_setwide()
5440
(scntl3 &
EWS
) ? "en" : "dis");
in ncr_setwide()
6116
if (INB(nc_scntl3) &
EWS
) {
in ncr_int_ma()
Completed in 42 milliseconds