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:r_div
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
stv6110.c
253
s32 p_calc, p_calc_opt = 1000,
r_div
, r_div_opt = 0, p_val;
in stv6110_set_frequency()
local
289
for (
r_div
= 0;
r_div
<= 3;
r_div
++) {
in stv6110_set_frequency()
291
p_calc /= (1 << (
r_div
+ 1));
in stv6110_set_frequency()
293
r_div_opt =
r_div
;
in stv6110_set_frequency()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
stv6110.c
253
s32 p_calc, p_calc_opt = 1000,
r_div
, r_div_opt = 0, p_val;
in stv6110_set_frequency()
local
289
for (
r_div
= 0;
r_div
<= 3;
r_div
++) {
in stv6110_set_frequency()
291
p_calc /= (1 << (
r_div
+ 1));
in stv6110_set_frequency()
293
r_div_opt =
r_div
;
in stv6110_set_frequency()
/kernel/linux/linux-5.10/drivers/clk/
H
A
D
clk-si5341.c
862
u32
r_div
;
in si5341_output_clk_set_rate()
local
869
/* Frequency divider is (
r_div
+ 1) * 2 */
in si5341_output_clk_set_rate()
870
r_div
= (parent_rate / rate) >> 1;
in si5341_output_clk_set_rate()
872
if (
r_div
<= 1)
in si5341_output_clk_set_rate()
873
r_div
= 0;
in si5341_output_clk_set_rate()
874
else if (
r_div
>= BIT(24))
in si5341_output_clk_set_rate()
875
r_div
= BIT(24) - 1;
in si5341_output_clk_set_rate()
877
--
r_div
;
in si5341_output_clk_set_rate()
883
(
r_div
== 0) ? SI5341_OUT_CFG_RDIV_FORCE2 : 0);
in si5341_output_clk_set_rate()
888
r[0] =
r_div
in si5341_output_clk_set_rate()
[all...]
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk-si5341.c
869
u32
r_div
;
in si5341_output_clk_set_rate()
local
876
/* Frequency divider is (
r_div
+ 1) * 2 */
in si5341_output_clk_set_rate()
877
r_div
= (parent_rate / rate) >> 1;
in si5341_output_clk_set_rate()
879
if (
r_div
<= 1)
in si5341_output_clk_set_rate()
880
r_div
= 0;
in si5341_output_clk_set_rate()
881
else if (
r_div
>= BIT(24))
in si5341_output_clk_set_rate()
882
r_div
= BIT(24) - 1;
in si5341_output_clk_set_rate()
884
--
r_div
;
in si5341_output_clk_set_rate()
890
(
r_div
== 0) ? SI5341_OUT_CFG_RDIV_FORCE2 : 0);
in si5341_output_clk_set_rate()
895
r[0] =
r_div
in si5341_output_clk_set_rate()
[all...]
Completed in 5 milliseconds