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:MASTER_PRES_MAX
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/at91/
H
A
D
clk-master.c
16
#define
MASTER_PRES_MAX
MASTER_PRES_MASK
macro
93
if (characteristics->have_div3_pres && pres ==
MASTER_PRES_MAX
)
in clk_master_recalc_rate()
183
if (div ==
MASTER_PRES_MAX
)
in clk_sama7g5_master_best_diff()
218
for (div = 0; div <
MASTER_PRES_MAX
+ 1; div++) {
in clk_sama7g5_master_determine_rate()
238
for (div = 0; div <
MASTER_PRES_MAX
+ 1; div++) {
in clk_sama7g5_master_determine_rate()
239
if (div ==
MASTER_PRES_MAX
)
in clk_sama7g5_master_determine_rate()
363
if ((div > (1 << (
MASTER_PRES_MAX
- 1))) || (div & (div - 1)))
in clk_sama7g5_master_set_rate()
367
div =
MASTER_PRES_MAX
;
in clk_sama7g5_master_set_rate()
/kernel/linux/linux-6.6/drivers/clk/at91/
H
A
D
clk-master.c
17
#define
MASTER_PRES_MAX
MASTER_PRES_MASK
macro
362
if (div ==
MASTER_PRES_MAX
)
in clk_sama7g5_master_best_diff()
392
if (pres ==
MASTER_PRES_MAX
&& characteristics->have_div3_pres)
in clk_master_pres_recalc_rate()
428
if (pres ==
MASTER_PRES_MAX
&& master->characteristics->have_div3_pres)
in clk_master_pres_save_context()
452
if (pres ==
MASTER_PRES_MAX
&& master->characteristics->have_div3_pres)
in clk_master_pres_restore_context()
605
for (div = 0; div <
MASTER_PRES_MAX
+ 1; div++) {
in clk_sama7g5_master_determine_rate()
625
for (div = 0; div <
MASTER_PRES_MAX
+ 1; div++) {
in clk_sama7g5_master_determine_rate()
629
if (div ==
MASTER_PRES_MAX
)
in clk_sama7g5_master_determine_rate()
766
if ((div > (1 << (
MASTER_PRES_MAX
- 1))) || (div & (div - 1)))
in clk_sama7g5_master_set_rate()
770
div =
MASTER_PRES_MAX
;
in clk_sama7g5_master_set_rate()
[all...]
Completed in 3 milliseconds