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:cpcon
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-integrator/
H
A
D
integrator_cp.c
122
struct device_node *
cpcon
;
in intcp_init_of()
local
124
cpcon
= of_find_matching_node(NULL, intcp_syscon_match);
in intcp_init_of()
125
if (!
cpcon
)
in intcp_init_of()
128
intcp_con_base = of_iomap(
cpcon
, 0);
in intcp_init_of()
/kernel/linux/linux-6.6/arch/arm/mach-versatile/
H
A
D
integrator_cp.c
120
struct device_node *
cpcon
;
in intcp_init_of()
local
122
cpcon
= of_find_matching_node(NULL, intcp_syscon_match);
in intcp_init_of()
123
if (!
cpcon
)
in intcp_init_of()
126
intcp_con_base = of_iomap(
cpcon
, 0);
in intcp_init_of()
/kernel/linux/linux-5.10/drivers/clk/tegra/
H
A
D
clk-pll.c
547
cfg->
cpcon
= sel->
cpcon
;
in _get_table_rate()
593
cfg->
cpcon
= OUT_OF_TABLE_CPCON;
in _calc_rate()
733
val |= cfg->
cpcon
<< PLL_MISC_CPCON_SHIFT;
in _update_pll_cpcon()
990
val |= sel.
cpcon
<< PLLE_BASE_DIVCML_SHIFT;
in clk_plle_enable()
1652
val |= sel.
cpcon
<< PLLE_BASE_DIVCML_SHIFT;
in clk_plle_tegra114_enable()
2492
val |= sel.
cpcon
<< PLLE_BASE_DIVCML_SHIFT;
in clk_plle_tegra210_enable()
H
A
D
clk.h
161
* @
cpcon
: charge pump current
170
u8
cpcon
;
member
/kernel/linux/linux-6.6/drivers/clk/tegra/
H
A
D
clk-pll.c
547
cfg->
cpcon
= sel->
cpcon
;
in _get_table_rate()
596
cfg->
cpcon
= OUT_OF_TABLE_CPCON;
in _calc_rate()
736
val |= cfg->
cpcon
<< PLL_MISC_CPCON_SHIFT;
in _update_pll_cpcon()
993
val |= sel.
cpcon
<< PLLE_BASE_DIVCML_SHIFT;
in clk_plle_enable()
1655
val |= sel.
cpcon
<< PLLE_BASE_DIVCML_SHIFT;
in clk_plle_tegra114_enable()
2495
val |= sel.
cpcon
<< PLLE_BASE_DIVCML_SHIFT;
in clk_plle_tegra210_enable()
H
A
D
clk.h
161
* @
cpcon
: charge pump current
170
u8
cpcon
;
member
Completed in 12 milliseconds