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:rpcd2
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/renesas/
H
A
D
rcar-cpg-lib.c
185
struct rpcd2_clock *
rpcd2
;
in cpg_rpcd2_clk_register()
local
188
rpcd2
= kzalloc(sizeof(*
rpcd2
), GFP_KERNEL);
in cpg_rpcd2_clk_register()
189
if (!
rpcd2
)
in cpg_rpcd2_clk_register()
192
rpcd2
->fixed.mult = 1;
in cpg_rpcd2_clk_register()
193
rpcd2
->fixed.div = 2;
in cpg_rpcd2_clk_register()
195
rpcd2
->gate.reg = rpcckcr;
in cpg_rpcd2_clk_register()
196
rpcd2
->gate.bit_idx = 9;
in cpg_rpcd2_clk_register()
197
rpcd2
->gate.flags = CLK_GATE_SET_TO_DISABLE;
in cpg_rpcd2_clk_register()
198
rpcd2
in cpg_rpcd2_clk_register()
[all...]
/kernel/linux/linux-5.10/drivers/clk/renesas/
H
A
D
rcar-gen3-cpg.c
493
struct rpcd2_clock *
rpcd2
;
in cpg_rpcd2_clk_register()
local
496
rpcd2
= kzalloc(sizeof(*
rpcd2
), GFP_KERNEL);
in cpg_rpcd2_clk_register()
497
if (!
rpcd2
)
in cpg_rpcd2_clk_register()
500
rpcd2
->fixed.mult = 1;
in cpg_rpcd2_clk_register()
501
rpcd2
->fixed.div = 2;
in cpg_rpcd2_clk_register()
503
rpcd2
->gate.reg = base + CPG_RPCCKCR;
in cpg_rpcd2_clk_register()
504
rpcd2
->gate.bit_idx = 9;
in cpg_rpcd2_clk_register()
505
rpcd2
->gate.flags = CLK_GATE_SET_TO_DISABLE;
in cpg_rpcd2_clk_register()
506
rpcd2
in cpg_rpcd2_clk_register()
[all...]
Completed in 2 milliseconds