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:tuning
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_hipriv.c
82
hi_u32 at_hi_wifi_set_rate_power_sub(hi_s32 argc, const hi_char *argv[], hi_bool
tuning
)
in at_hi_wifi_set_rate_power_sub()
argument
86
hi_u8 ofs =
tuning
? 1 : 0;
in at_hi_wifi_set_rate_power_sub()
87
hi_u8 protol_ofs =
tuning
? 10 : 0; /* 10:Offset of the command */
in at_hi_wifi_set_rate_power_sub()
88
hi_s32 low_limit =
tuning
? -100 : -8; /* -100:Debug Command Lower Limit,-8:Lower Limit of Test Command */
in at_hi_wifi_set_rate_power_sub()
89
hi_s32 up_limit =
tuning
? 40 : 7; /* 40:Upper limit of debugging commands.,7:Upper Limit of Test Commands */
in at_hi_wifi_set_rate_power_sub()
/device/soc/hisilicon/common/platform/hieth-sf/src/
H
A
D
ctrl.c
60
uint8_t ldSet, ldoSet,
tuning
;
in HiethFephyTrim()
local
65
tuning
= (val >> BIT_OFFSET_R_TUNING) & BIT_MASK_R_TUNING;
in HiethFephyTrim()
66
if ((!ldSet) && (!ldoSet) && (!
tuning
)) {
in HiethFephyTrim()
79
val = (val & ~BIT_MASK_R_TUNING) | (
tuning
& BIT_MASK_R_TUNING);
in HiethFephyTrim()
/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/
H
A
D
i2c-rk3x.c
176
* @
tuning
: Used to adjust setup/hold data time,
178
* v1's calc_timings, the
tuning
should all be 0
184
unsigned int
tuning
;
member
745
/* Give the
tuning
value 0, that would not update con register */
in rk3x_i2c_v0_calc_timings()
746
t_calc->
tuning
= 0;
in rk3x_i2c_v0_calc_timings()
899
t_calc->
tuning
=
in rk3x_i2c_v1_calc_timings()
936
val |= calc.
tuning
;
in rk3x_i2c_adapt_div()
Completed in 3 milliseconds