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:min_low_ns
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/
H
A
D
i2c-rk3x.c
119
* @
min_low_ns
: min LOW period of the SCL clock
130
unsigned long
min_low_ns
;
member
141
.
min_low_ns
= 4700,
152
.
min_low_ns
= 1300,
163
.
min_low_ns
= 500,
618
unsigned long
min_low_ns
, min_high_ns;
in rk3x_i2c_v0_calc_timings()
local
644
*
min_low_ns
: The minimum number of ns we need to hold low to
in rk3x_i2c_v0_calc_timings()
672
min_low_ns
= t->scl_fall_ns + spec->
min_low_ns
;
in rk3x_i2c_v0_calc_timings()
674
min_total_ns =
min_low_ns
in rk3x_i2c_v0_calc_timings()
794
unsigned long
min_low_ns
, min_high_ns;
rk3x_i2c_v1_calc_timings()
local
[all...]
Completed in 3 milliseconds