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:calc
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/
H
A
D
i2c-rk3x.c
922
struct rk3x_i2c_calced_timings
calc
;
in rk3x_i2c_adapt_div()
local
928
ret = i2c->soc_data->calc_timings(clk_rate, t, &
calc
);
in rk3x_i2c_adapt_div()
936
val |=
calc
.tuning;
in rk3x_i2c_adapt_div()
938
i2c_writel(i2c, (
calc
.div_high << RK_I2C_SCL_DIV_HIGH_SHIFT_MASK) | (
calc
.div_low & RK_I2C_MAX_DIV_VALUE),
in rk3x_i2c_adapt_div()
944
t_low_ns = div_u64(((u64)
calc
.div_low + 1) * RK_I2C_SCL_RATE_HZ_MUL * RK_I2C_S_TO_NS, clk_rate);
in rk3x_i2c_adapt_div()
945
t_high_ns = div_u64(((u64)
calc
.div_high + 1) * RK_I2C_SCL_RATE_HZ_MUL * RK_I2C_S_TO_NS, clk_rate);
in rk3x_i2c_adapt_div()
969
struct rk3x_i2c_calced_timings
calc
;
in rk3x_i2c_clk_notifier_cb()
local
978
if (i2c->soc_data->calc_timings(ndata->new_rate, &i2c->t, &
calc
) != 0) {
in rk3x_i2c_clk_notifier_cb()
Completed in 3 milliseconds