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:pxa27x_freqs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
pxa2xx-cpufreq.c
95
static struct pxa_freqs
pxa27x_freqs
[] = {
variable
105
#define NUM_PXA27x_FREQS ARRAY_SIZE(
pxa27x_freqs
)
163
*pxa_freqs =
pxa27x_freqs
;
in find_freq_tables()
263
freq =
pxa27x_freqs
[i].khz;
in pxa_cpufreq_init()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
pxa2xx-cpufreq.c
93
static struct pxa_freqs
pxa27x_freqs
[] = {
variable
103
#define NUM_PXA27x_FREQS ARRAY_SIZE(
pxa27x_freqs
)
159
*pxa_freqs =
pxa27x_freqs
;
in find_freq_tables()
259
freq =
pxa27x_freqs
[i].khz;
in pxa_cpufreq_init()
/kernel/linux/linux-5.10/drivers/clk/pxa/
H
A
D
clk-pxa27x.c
213
static struct pxa2xx_freq
pxa27x_freqs
[] = {
variable
246
return pxa2xx_determine_rate(req,
pxa27x_freqs
,
in clk_pxa27x_cpll_determine_rate()
247
ARRAY_SIZE(
pxa27x_freqs
));
in clk_pxa27x_cpll_determine_rate()
256
for (i = 0; i < ARRAY_SIZE(
pxa27x_freqs
); i++)
in clk_pxa27x_cpll_set_rate()
257
if (
pxa27x_freqs
[i].cpll == rate)
in clk_pxa27x_cpll_set_rate()
260
if (i >= ARRAY_SIZE(
pxa27x_freqs
))
in clk_pxa27x_cpll_set_rate()
263
pxa2xx_cpll_change(&
pxa27x_freqs
[i], mdrefr_dri, MDREFR, CCCR);
in clk_pxa27x_cpll_set_rate()
/kernel/linux/linux-6.6/drivers/clk/pxa/
H
A
D
clk-pxa27x.c
191
static struct pxa2xx_freq
pxa27x_freqs
[] = {
variable
224
return pxa2xx_determine_rate(req,
pxa27x_freqs
,
in clk_pxa27x_cpll_determine_rate()
225
ARRAY_SIZE(
pxa27x_freqs
));
in clk_pxa27x_cpll_determine_rate()
234
for (i = 0; i < ARRAY_SIZE(
pxa27x_freqs
); i++)
in clk_pxa27x_cpll_set_rate()
235
if (
pxa27x_freqs
[i].cpll == rate)
in clk_pxa27x_cpll_set_rate()
238
if (i >= ARRAY_SIZE(
pxa27x_freqs
))
in clk_pxa27x_cpll_set_rate()
241
pxa2xx_cpll_change(&
pxa27x_freqs
[i], mdrefr_dri, clk_regs + CCCR);
in clk_pxa27x_cpll_set_rate()
Completed in 4 milliseconds