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:REG_0x01_SCAN
(Results
1 - 15
of
15
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
low.cpp
1587
regs.find_reg(gl646::REG_0x01).value &= ~gl646::
REG_0x01_SCAN
;
in regs_set_optical_off()
1591
regs.find_reg(gl841::REG_0x01).value &= ~gl841::
REG_0x01_SCAN
;
in regs_set_optical_off()
1595
regs.find_reg(gl842::REG_0x01).value &= ~gl842::
REG_0x01_SCAN
;
in regs_set_optical_off()
1599
regs.find_reg(gl843::REG_0x01).value &= ~gl843::
REG_0x01_SCAN
;
in regs_set_optical_off()
1604
regs.find_reg(gl846::REG_0x01).value &= ~gl846::
REG_0x01_SCAN
;
in regs_set_optical_off()
1608
regs.find_reg(gl847::REG_0x01).value &= ~gl847::
REG_0x01_SCAN
;
in regs_set_optical_off()
1612
regs.find_reg(gl124::REG_0x01).value &= ~gl124::
REG_0x01_SCAN
;
in regs_set_optical_off()
H
A
D
gl646_registers.h
41
static constexpr RegMask
REG_0x01_SCAN
= 0x01;
member
H
A
D
gl842_registers.h
40
static constexpr RegMask
REG_0x01_SCAN
= 0x01;
member
H
A
D
gl841_registers.h
40
static constexpr RegMask
REG_0x01_SCAN
= 0x01;
member
H
A
D
gl846_registers.h
41
static constexpr RegMask
REG_0x01_SCAN
= 0x01;
member
H
A
D
gl847_registers.h
41
static constexpr RegMask
REG_0x01_SCAN
= 0x01;
member
H
A
D
gl124_registers.h
41
static constexpr RegMask
REG_0x01_SCAN
= 0x01;
member
H
A
D
gl843_registers.h
41
static constexpr RegMask
REG_0x01_SCAN
= 0x01;
member
H
A
D
gl646.cpp
480
regs->find_reg(0x01).value |= REG_0x01_DOGENB |
REG_0x01_SCAN
;
in init_regs_for_scan_session()
1570
local_reg.init_reg(0x01, reg->get8(0x01) |
REG_0x01_SCAN
);
in begin_scan()
1734
scan_local_reg.init_reg(0x01, dev->reg.get8(0x01) |
REG_0x01_SCAN
);
in move_back_home()
H
A
D
gl841.cpp
793
reg->find_reg(0x01).value |=
REG_0x01_SCAN
;
in gl841_init_optical_regs_scan()
1456
local_reg.init_reg(0x01, reg->get8(0x01) |
REG_0x01_SCAN
);
in begin_scan()
H
A
D
gl846.cpp
760
val |=
REG_0x01_SCAN
;
in begin_scan()
H
A
D
gl842.cpp
709
val |=
REG_0x01_SCAN
;
in begin_scan()
H
A
D
gl847.cpp
779
val |=
REG_0x01_SCAN
;
in begin_scan()
H
A
D
gl124.cpp
886
val |=
REG_0x01_SCAN
;
in begin_scan()
H
A
D
gl843.cpp
1288
val |=
REG_0x01_SCAN
;
in begin_scan()
Completed in 23 milliseconds