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:PCFR
(Results
1 - 25
of
34
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
pxa27x.c
115
SAVE(
PCFR
);
in pxa27x_cpu_pm_save()
123
RESTORE(
PCFR
);
in pxa27x_cpu_pm_restore()
141
PCFR
&= ~PCFR_FVC;
in pxa27x_cpu_pm_enter()
274
PCFR
|= PCFR_PI2CEN;
in pxa27x_set_i2c_power_info()
H
A
D
pxa3xx.c
120
PCFR
|= (1u << 13); /* L1_DIS */
in pxa3xx_cpu_pm_suspend()
121
PCFR
&= ~((1u << 12) | (1u << 1)); /* L0_EN | SL_ROD */
in pxa3xx_cpu_pm_suspend()
H
A
D
spitz_pm.c
122
PCFR
= PCFR_GPR_EN | PCFR_OPDE;
in spitz_presuspend()
H
A
D
poodle.c
431
PCFR
|= PCFR_OPDE;
in poodle_init()
H
A
D
lubbock.c
533
PCFR
|= PCFR_OPDE;
in lubbock_map_io()
H
A
D
lpd270.c
505
PCFR
= 0x00000066;
in lpd270_map_io()
H
A
D
mainstone.c
620
PCFR
= 0x66;
in mainstone_map_io()
H
A
D
corgi.c
731
PCFR
|= PCFR_OPDE;
in corgi_init()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
pxa27x.c
106
SAVE(
PCFR
);
in pxa27x_cpu_pm_save()
114
RESTORE(
PCFR
);
in pxa27x_cpu_pm_restore()
136
PCFR
&= ~PCFR_FVC;
in pxa27x_cpu_pm_enter()
274
PCFR
|= PCFR_PI2CEN;
in pxa27x_set_i2c_power_info()
H
A
D
pxa3xx-regs.h
29
#define
PCFR
__REG(0x40F5000C) /* Power Manager General Configuration Register */
macro
H
A
D
pxa3xx.c
129
PCFR
|= (1u << 13); /* L1_DIS */
in pxa3xx_cpu_pm_suspend()
130
PCFR
&= ~((1u << 12) | (1u << 1)); /* L0_EN | SL_ROD */
in pxa3xx_cpu_pm_suspend()
H
A
D
pxa2xx-regs.h
27
#define
PCFR
__REG(0x40F0001C) /* Power Manager General Configuration Register */
macro
H
A
D
spitz_pm.c
122
PCFR
= PCFR_GPR_EN | PCFR_OPDE;
in spitz_presuspend()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H
A
D
simpad.c
227
PCFR
= 0;
in simpad_map_io()
239
PCFR
= (PCFR_OPDE | PCFR_FP | PCFR_FS);
in simpad_power_off()
H
A
D
badge4.c
227
PCFR
= 0;
in badge4_init()
H
A
D
h3xxx.c
282
PCFR
= PCFR_OPDE;
in h3xxx_map_io()
H
A
D
generic.c
85
PCFR
= (PCFR_OPDE | PCFR_FP | PCFR_FS);
in sa1100_power_off()
H
A
D
collie.c
388
PCFR
= PCFR_OPDE;
in collie_init()
H
A
D
assabet.c
574
PCFR
= 0;
in assabet_init()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H
A
D
pxa3xx-regs.h
29
#define
PCFR
__REG(0x40F5000C) /* Power Manager General Configuration Register */
macro
H
A
D
pxa2xx-regs.h
27
#define
PCFR
__REG(0x40F0001C) /* Power Manager General Configuration Register */
macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H
A
D
h3xxx.c
282
PCFR
= PCFR_OPDE;
in h3xxx_map_io()
H
A
D
generic.c
82
PCFR
= (PCFR_OPDE | PCFR_FP | PCFR_FS);
in sa1100_power_off()
H
A
D
collie.c
370
PCFR
= PCFR_OPDE;
in collie_init()
H
A
D
assabet.c
547
PCFR
= 0;
in assabet_init()
Completed in 15 milliseconds
1
2