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:apcr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H
A
D
pm-pxa910.c
29
uint32_t awucrm = 0,
apcr
= 0;
in pxa910_set_wake()
local
37
apcr
|= MPMU_APCR_SLPWP2;
in pxa910_set_wake()
42
apcr
|= MPMU_APCR_SLPWP3;
in pxa910_set_wake()
46
apcr
|= MPMU_APCR_SLPWP3;
in pxa910_set_wake()
50
apcr
|= MPMU_APCR_SLPWP3;
in pxa910_set_wake()
55
apcr
|= MPMU_APCR_SLPWP4;
in pxa910_set_wake()
59
apcr
|= MPMU_APCR_SLPWP4;
in pxa910_set_wake()
63
apcr
|= MPMU_APCR_SLPWP4;
in pxa910_set_wake()
67
apcr
|= MPMU_APCR_SLPWP4;
in pxa910_set_wake()
71
apcr
|
in pxa910_set_wake()
134
uint32_t idle_cfg,
apcr
;
pxa910_pm_enter_lowpower_mode()
local
[all...]
H
A
D
pm-mmp2.c
114
uint32_t idle_cfg,
apcr
;
in mmp2_pm_enter_lowpower_mode()
local
117
apcr
= __raw_readl(MPMU_PCR_PJ);
in mmp2_pm_enter_lowpower_mode()
118
apcr
&= ~(MPMU_PCR_PJ_SLPEN | MPMU_PCR_PJ_DDRCORSD | MPMU_PCR_PJ_APBSD
in mmp2_pm_enter_lowpower_mode()
124
apcr
|= MPMU_PCR_PJ_SLPEN; /* set the SLPEN bit */
in mmp2_pm_enter_lowpower_mode()
125
apcr
|= MPMU_PCR_PJ_VCTCXOSD; /* set VCTCXOSD */
in mmp2_pm_enter_lowpower_mode()
128
apcr
|= MPMU_PCR_PJ_SLPEN;
in mmp2_pm_enter_lowpower_mode()
131
apcr
|= MPMU_PCR_PJ_APBSD; /* set APBSD */
in mmp2_pm_enter_lowpower_mode()
134
apcr
|= MPMU_PCR_PJ_AXISD; /* set AXISDD bit */
in mmp2_pm_enter_lowpower_mode()
135
apcr
|= MPMU_PCR_PJ_DDRCORSD; /* set DDRCORSD bit */
in mmp2_pm_enter_lowpower_mode()
137
apcr
|
in mmp2_pm_enter_lowpower_mode()
219
uint32_t
apcr
;
mmp2_pm_init()
local
[all...]
Completed in 1 milliseconds