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:_CTRL_GENSIGNAL
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_hwdefs.h
202
#define
_CTRL_GENSIGNAL
(_CTRL_RESERVED + _CTRL_NOT_INIT) /* 0xc4 */
macro
204
#define _CTRL_START_REGWRITE (
_CTRL_GENSIGNAL
+ _CTRL_SELECT_IN) /* 0xcc */
205
#define _CTRL_END_REGWRITE (
_CTRL_GENSIGNAL
) /* 0xc4 */
207
#define _CTRL_START_DATAWRITE (
_CTRL_GENSIGNAL
+ _CTRL_AUTOLF) /* 0xc6 */
208
#define _CTRL_END_DATAWRITE (
_CTRL_GENSIGNAL
) /* 0xc4 */
210
#define _CTRL_EPPSIGNAL_WRITE (
_CTRL_GENSIGNAL
+ _CTRL_STROBE) /* 0xc5 */
211
#define _CTRL_EPPTRIG_REGWRITE (
_CTRL_GENSIGNAL
+ _CTRL_SELECT_IN + _CTRL_STROBE)
213
#define _CTRL_START_BIDIREAD (
_CTRL_GENSIGNAL
+ _CTRL_DIRECTION + _CTRL_AUTOLF)
214
#define _CTRL_END_BIDIREAD (
_CTRL_GENSIGNAL
+ _CTRL_DIRECTION) /* 0xe4 */
H
A
D
u12-hwdef.h
84
#define
_CTRL_GENSIGNAL
(_CTRL_RESERVED + _CTRL_NOT_INIT) /* 0xc4 */
macro
85
#define _CTRL_SIGNAL_REGWRITE (
_CTRL_GENSIGNAL
+ _CTRL_SELECT_IN) /* 0xcc */
86
#define _CTRL_END_REGWRITE (
_CTRL_GENSIGNAL
) /* 0xc4 */
87
#define _CTRL_SIGNAL_DATAWRITE (
_CTRL_GENSIGNAL
+ _CTRL_AUTOLF) /* 0xc6 */
88
#define _CTRL_END_DATAWRITE (
_CTRL_GENSIGNAL
) /* 0xc4 */
H
A
D
plustek-pp_detect.c
111
_OUTB_CTRL( ps,
_CTRL_GENSIGNAL
);
in detectScannerConnection()
411
ps->CtrlReadHighNibble =
_CTRL_GENSIGNAL
+_CTRL_AUTOLF+_CTRL_STROBE;
in DetectScanner()
412
ps->CtrlReadLowNibble =
_CTRL_GENSIGNAL
+_CTRL_AUTOLF;
in DetectScanner()
H
A
D
plustek-pp_io.c
115
_OUTB_CTRL( ps,
_CTRL_GENSIGNAL
);
in ioDataFromSPPFast()
146
_OUTB_CTRL( ps,
_CTRL_GENSIGNAL
);
in ioDataFromSPPMiddle()
179
_OUTB_CTRL( ps,
_CTRL_GENSIGNAL
);
in ioDataFromSPPSlow()
214
_OUTB_CTRL( ps,
_CTRL_GENSIGNAL
);
in ioDataFromSPPSlowest()
341
_OUTB_CTRL( ps,
_CTRL_GENSIGNAL
); /* 0xc4 */
in ioSwitchToSPPMode()
H
A
D
u12-io.c
350
outb_ctrl( dev->fd,
_CTRL_GENSIGNAL
);
in u12io_SwitchToSPPMode()
370
outb_ctrl( dev->fd, (
_CTRL_GENSIGNAL
+ _CTRL_STROBE));
in u12io_DataFromSPP()
H
A
D
plustek-pp_p48xx.c
862
ps->CtrlReadHighNibble =
_CTRL_GENSIGNAL
+ _CTRL_AUTOLF;
in P48xxInitAsic()
863
ps->CtrlReadLowNibble =
_CTRL_GENSIGNAL
+ _CTRL_AUTOLF + _CTRL_STROBE;
in P48xxInitAsic()
H
A
D
plustek-pp_p12.c
689
ps->CtrlReadHighNibble =
_CTRL_GENSIGNAL
+ _CTRL_AUTOLF + _CTRL_STROBE;
in P12InitAsic()
690
ps->CtrlReadLowNibble =
_CTRL_GENSIGNAL
+ _CTRL_AUTOLF;
in P12InitAsic()
H
A
D
plustek-pp_p9636.c
1007
ps->CtrlReadHighNibble =
_CTRL_GENSIGNAL
+ _CTRL_AUTOLF + _CTRL_STROBE;
in P9636InitAsic()
1008
ps->CtrlReadLowNibble =
_CTRL_GENSIGNAL
+ _CTRL_AUTOLF;
in P9636InitAsic()
Completed in 10 milliseconds