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:_nm
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H
A
D
ccu_nm.c
124
struct _ccu_nm
_nm
;
in ccu_nm_round_rate()
local
155
_nm
.min_n = nm->n.min ?: 1;
in ccu_nm_round_rate()
156
_nm
.max_n = nm->n.max ?: 1 << nm->n.width;
in ccu_nm_round_rate()
157
_nm
.min_m = 1;
in ccu_nm_round_rate()
158
_nm
.max_m = nm->m.max ?: 1 << nm->m.width;
in ccu_nm_round_rate()
160
ccu_nm_find_best(*parent_rate, rate, &
_nm
);
in ccu_nm_round_rate()
161
rate = ccu_nm_calc_rate(*parent_rate,
_nm
.n,
_nm
.m);
in ccu_nm_round_rate()
173
struct _ccu_nm
_nm
;
in ccu_nm_set_rate()
local
199
_nm
in ccu_nm_set_rate()
[all...]
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H
A
D
ccu_nm.c
123
struct _ccu_nm
_nm
;
in ccu_nm_round_rate()
local
154
_nm
.min_n = nm->n.min ?: 1;
in ccu_nm_round_rate()
155
_nm
.max_n = nm->n.max ?: 1 << nm->n.width;
in ccu_nm_round_rate()
156
_nm
.min_m = 1;
in ccu_nm_round_rate()
157
_nm
.max_m = nm->m.max ?: 1 << nm->m.width;
in ccu_nm_round_rate()
159
rate = ccu_nm_find_best(&nm->common, *parent_rate, rate, &
_nm
);
in ccu_nm_round_rate()
171
struct _ccu_nm
_nm
;
in ccu_nm_set_rate()
local
197
_nm
.min_n = nm->n.min ?: 1;
in ccu_nm_set_rate()
198
_nm
.max_n = nm->n.max ?: 1 << nm->n.width;
in ccu_nm_set_rate()
199
_nm
in ccu_nm_set_rate()
[all...]
Completed in 2 milliseconds