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:div_low
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/
H
A
D
i2c-rk3x.c
174
* @
div_low
: Divider output for low
182
unsigned long
div_low
;
member
707
t_calc->
div_low
= min_low_div;
in rk3x_i2c_v0_calc_timings()
734
t_calc->
div_low
= ideal_low_div;
in rk3x_i2c_v0_calc_timings()
740
* NOTE: Above calculations always produce
div_low
> 0 and div_high > 0.
in rk3x_i2c_v0_calc_timings()
742
t_calc->
div_low
--;
in rk3x_i2c_v0_calc_timings()
748
if (t_calc->
div_low
> RK_I2C_MAX_DIV_VALUE) {
in rk3x_i2c_v0_calc_timings()
749
t_calc->
div_low
= RK_I2C_MAX_DIV_VALUE;
in rk3x_i2c_v0_calc_timings()
857
t_calc->
div_low
= min_low_div;
in rk3x_i2c_v1_calc_timings()
870
t_calc->
div_low
in rk3x_i2c_v1_calc_timings()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
648
unsigned long
div_low
, div_high;
in dw_hdmi_i2c_set_divs()
local
666
div_low
= (clk_rate_khz * low_ns) / 1000000;
in dw_hdmi_i2c_set_divs()
668
div_low
++;
in dw_hdmi_i2c_set_divs()
677
if (
div_low
> 0xffff) {
in dw_hdmi_i2c_set_divs()
678
div_low
= 0xffff;
in dw_hdmi_i2c_set_divs()
687
hdmi_writeb(hdmi,
div_low
& 0xff, HDMI_I2CM_SS_SCL_LCNT_0_ADDR);
in dw_hdmi_i2c_set_divs()
688
hdmi_writeb(hdmi, (
div_low
>> 8) & 0xff, HDMI_I2CM_SS_SCL_LCNT_1_ADDR);
in dw_hdmi_i2c_set_divs()
Completed in 10 milliseconds