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:best_pix_div
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ccs-pll.c
299
u16
best_pix_div
= SHRT_MAX >> 1, best_div = lim_bk->max_sys_clk_div;
in __ccs_pll_calculate_vt_tree()
local
352
best_pix_div
);
in __ccs_pll_calculate_vt_tree()
354
if (pix_div * sys_div <=
best_pix_div
) {
in __ccs_pll_calculate_vt_tree()
355
best_pix_div
= pix_div;
in __ccs_pll_calculate_vt_tree()
359
if (
best_pix_div
== SHRT_MAX >> 1)
in __ccs_pll_calculate_vt_tree()
362
pll_bk->sys_clk_div = best_div /
best_pix_div
;
in __ccs_pll_calculate_vt_tree()
363
pll_bk->pix_clk_div =
best_pix_div
;
in __ccs_pll_calculate_vt_tree()
446
u16
best_pix_div
= SHRT_MAX >> 1;
in ccs_pll_calculate_vt()
local
548
rounded_div = roundup(vt_div,
best_pix_div
);
in ccs_pll_calculate_vt()
552
best_pix_div
in ccs_pll_calculate_vt()
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
smiapp-pll.c
158
uint32_t
best_pix_div
= INT_MAX >> 1;
in __smiapp_pll_calculate()
local
363
<= roundup(min_vt_div,
best_pix_div
))
in __smiapp_pll_calculate()
364
best_pix_div
= pix_div;
in __smiapp_pll_calculate()
366
if (
best_pix_div
< INT_MAX >> 1)
in __smiapp_pll_calculate()
370
pll->vt.sys_clk_div = DIV_ROUND_UP(min_vt_div,
best_pix_div
);
in __smiapp_pll_calculate()
371
pll->vt.pix_clk_div =
best_pix_div
;
in __smiapp_pll_calculate()
Completed in 3 milliseconds