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:_nkm
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H
A
D
ccu_nkm.c
113
struct _ccu_nkm
_nkm
;
in ccu_nkm_round_rate()
local
115
_nkm
.min_n = nkm->n.min ?: 1;
in ccu_nkm_round_rate()
116
_nkm
.max_n = nkm->n.max ?: 1 << nkm->n.width;
in ccu_nkm_round_rate()
117
_nkm
.min_k = nkm->k.min ?: 1;
in ccu_nkm_round_rate()
118
_nkm
.max_k = nkm->k.max ?: 1 << nkm->k.width;
in ccu_nkm_round_rate()
119
_nkm
.min_m = 1;
in ccu_nkm_round_rate()
120
_nkm
.max_m = nkm->m.max ?: 1 << nkm->m.width;
in ccu_nkm_round_rate()
125
ccu_nkm_find_best(*parent_rate, rate, &
_nkm
);
in ccu_nkm_round_rate()
127
rate = *parent_rate *
_nkm
.n *
_nkm
in ccu_nkm_round_rate()
148
struct _ccu
_nkm
_nkm
;
ccu_nkm_set_rate()
local
[all...]
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H
A
D
ccu_nkm.c
152
struct _ccu_nkm
_nkm
;
in ccu_nkm_round_rate()
local
154
_nkm
.min_n = nkm->n.min ?: 1;
in ccu_nkm_round_rate()
155
_nkm
.max_n = nkm->n.max ?: 1 << nkm->n.width;
in ccu_nkm_round_rate()
156
_nkm
.min_k = nkm->k.min ?: 1;
in ccu_nkm_round_rate()
157
_nkm
.max_k = nkm->k.max ?: 1 << nkm->k.width;
in ccu_nkm_round_rate()
158
_nkm
.min_m = 1;
in ccu_nkm_round_rate()
159
_nkm
.max_m = nkm->m.max ?: 1 << nkm->m.width;
in ccu_nkm_round_rate()
165
rate = ccu_nkm_find_best(*parent_rate, rate, &
_nkm
, &nkm->common);
in ccu_nkm_round_rate()
168
&
_nkm
);
in ccu_nkm_round_rate()
189
struct _ccu_nkm
_nkm
;
in ccu_nkm_set_rate()
local
[all...]
Completed in 1 milliseconds