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:motor_vref
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
tables_motor.cpp
292
profile.
motor_vref
= 1;
in genesys_init_motor_tables()
299
profile.
motor_vref
= 0;
in genesys_init_motor_tables()
306
profile.
motor_vref
= 0;
in genesys_init_motor_tables()
320
profile.
motor_vref
= 0;
in genesys_init_motor_tables()
327
profile.
motor_vref
= 0;
in genesys_init_motor_tables()
334
profile.
motor_vref
= 0;
in genesys_init_motor_tables()
347
profile.
motor_vref
= 0;
in genesys_init_motor_tables()
355
profile.
motor_vref
= 2;
in genesys_init_motor_tables()
363
profile.
motor_vref
= 2;
in genesys_init_motor_tables()
378
profile.
motor_vref
in genesys_init_motor_tables()
[all...]
H
A
D
gl846.cpp
406
if (motor_profile.
motor_vref
!= -1 && fast_profile->
motor_vref
!= 1) {
in gl846_init_motor_regs_scan()
408
vref |= (motor_profile.
motor_vref
<< REG_0x80S_TABLE1_NORMAL) & REG_0x80_TABLE1_NORMAL;
in gl846_init_motor_regs_scan()
409
vref |= (motor_profile.
motor_vref
<< REG_0x80S_TABLE2_BACK) & REG_0x80_TABLE2_BACK;
in gl846_init_motor_regs_scan()
410
vref |= (fast_profile->
motor_vref
<< REG_0x80S_TABLE4_FAST) & REG_0x80_TABLE4_FAST;
in gl846_init_motor_regs_scan()
411
vref |= (fast_profile->
motor_vref
<< REG_0x80S_TABLE5_GO_HOME) & REG_0x80_TABLE5_GO_HOME;
in gl846_init_motor_regs_scan()
H
A
D
gl842.cpp
352
if (motor_profile.
motor_vref
!= -1 && fast_profile->
motor_vref
!= 1) {
in gl842_init_motor_regs_scan()
354
vref |= (motor_profile.
motor_vref
<< REG_0x80S_TABLE1_NORMAL) & REG_0x80_TABLE1_NORMAL;
in gl842_init_motor_regs_scan()
355
vref |= (motor_profile.
motor_vref
<< REG_0x80S_TABLE2_BACK) & REG_0x80_TABLE2_BACK;
in gl842_init_motor_regs_scan()
356
vref |= (fast_profile->
motor_vref
<< REG_0x80S_TABLE4_FAST) & REG_0x80_TABLE4_FAST;
in gl842_init_motor_regs_scan()
357
vref |= (fast_profile->
motor_vref
<< REG_0x80S_TABLE5_GO_HOME) & REG_0x80_TABLE5_GO_HOME;
in gl842_init_motor_regs_scan()
H
A
D
motor.h
136
int
motor_vref
= -1;
member
H
A
D
motor.cpp
169
<< "
motor_vref
: " << profile.
motor_vref
<< '\n'
in operator <<()
H
A
D
gl843.cpp
753
if (motor_profile.
motor_vref
!= -1 && fast_profile->
motor_vref
!= 1) {
in gl843_init_motor_regs_scan()
755
vref |= (motor_profile.
motor_vref
<< REG_0x80S_TABLE1_NORMAL) & REG_0x80_TABLE1_NORMAL;
in gl843_init_motor_regs_scan()
756
vref |= (motor_profile.
motor_vref
<< REG_0x80S_TABLE2_BACK) & REG_0x80_TABLE2_BACK;
in gl843_init_motor_regs_scan()
757
vref |= (fast_profile->
motor_vref
<< REG_0x80S_TABLE4_FAST) & REG_0x80_TABLE4_FAST;
in gl843_init_motor_regs_scan()
758
vref |= (fast_profile->
motor_vref
<< REG_0x80S_TABLE5_GO_HOME) & REG_0x80_TABLE5_GO_HOME;
in gl843_init_motor_regs_scan()
Completed in 8 milliseconds