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:SYNTH_MAX_INT_DIV
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ti/
H
A
D
fapll.c
65
#define
SYNTH_MAX_INT_DIV
0xf
macro
380
post_div_m = post_div_m /
SYNTH_MAX_INT_DIV
;
in ti_fapll_synth_set_frac_rate()
394
if (synth_int_div <=
SYNTH_MAX_INT_DIV
)
in ti_fapll_synth_set_frac_rate()
398
if (synth_int_div >
SYNTH_MAX_INT_DIV
)
in ti_fapll_synth_set_frac_rate()
403
v |= (synth_int_div &
SYNTH_MAX_INT_DIV
) << 24;
in ti_fapll_synth_set_frac_rate()
436
r = DIV_ROUND_UP_ULL(r,
SYNTH_MAX_INT_DIV
* SYNTH_MAX_DIV_M);
in ti_fapll_synth_round_rate()
/kernel/linux/linux-6.6/drivers/clk/ti/
H
A
D
fapll.c
56
#define
SYNTH_MAX_INT_DIV
0xf
macro
371
post_div_m = post_div_m /
SYNTH_MAX_INT_DIV
;
in ti_fapll_synth_set_frac_rate()
385
if (synth_int_div <=
SYNTH_MAX_INT_DIV
)
in ti_fapll_synth_set_frac_rate()
389
if (synth_int_div >
SYNTH_MAX_INT_DIV
)
in ti_fapll_synth_set_frac_rate()
394
v |= (synth_int_div &
SYNTH_MAX_INT_DIV
) << 24;
in ti_fapll_synth_set_frac_rate()
427
r = DIV_ROUND_UP_ULL(r,
SYNTH_MAX_INT_DIV
* SYNTH_MAX_DIV_M);
in ti_fapll_synth_round_rate()
Completed in 3 milliseconds