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:frac_mux
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/rockchip/
H
A
D
clk.c
146
struct clk_mux *
frac_mux
= &frac->mux;
in rockchip_clk_frac_notifier_cb()
local
153
frac->mux_ops->get_parent(&
frac_mux
->hw);
in rockchip_clk_frac_notifier_cb()
155
frac->mux_ops->set_parent(&
frac_mux
->hw,
in rockchip_clk_frac_notifier_cb()
167
frac->mux_ops->set_parent(&
frac_mux
->hw,
in rockchip_clk_frac_notifier_cb()
264
struct clk_mux *
frac_mux
= &frac->mux;
in rockchip_clk_register_frac_branch()
local
274
frac_mux
->reg = base + child->muxdiv_offset;
in rockchip_clk_register_frac_branch()
275
frac_mux
->shift = child->mux_shift;
in rockchip_clk_register_frac_branch()
276
frac_mux
->mask = BIT(child->mux_width) - 1;
in rockchip_clk_register_frac_branch()
277
frac_mux
->flags = child->mux_flags;
in rockchip_clk_register_frac_branch()
279
frac_mux
in rockchip_clk_register_frac_branch()
[all...]
/kernel/linux/linux-5.10/drivers/clk/rockchip/
H
A
D
clk.c
143
struct clk_mux *
frac_mux
= &frac->mux;
in rockchip_clk_frac_notifier_cb()
local
150
frac->mux_ops->get_parent(&
frac_mux
->hw);
in rockchip_clk_frac_notifier_cb()
152
frac->mux_ops->set_parent(&
frac_mux
->hw,
in rockchip_clk_frac_notifier_cb()
164
frac->mux_ops->set_parent(&
frac_mux
->hw,
in rockchip_clk_frac_notifier_cb()
267
struct clk_mux *
frac_mux
= &frac->mux;
in rockchip_clk_register_frac_branch()
local
277
frac_mux
->reg = base + child->muxdiv_offset;
in rockchip_clk_register_frac_branch()
278
frac_mux
->shift = child->mux_shift;
in rockchip_clk_register_frac_branch()
279
frac_mux
->mask = BIT(child->mux_width) - 1;
in rockchip_clk_register_frac_branch()
280
frac_mux
->flags = child->mux_flags;
in rockchip_clk_register_frac_branch()
281
frac_mux
in rockchip_clk_register_frac_branch()
[all...]
Completed in 3 milliseconds