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_OPDE
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
pxa2xx-regs.h
105
#define
PCFR_OPDE
(1 << 0) /* 3.6864 MHz oscillator power-down enable */
macro
H
A
D
spitz_pm.c
122
PCFR = PCFR_GPR_EN |
PCFR_OPDE
;
in spitz_presuspend()
H
A
D
spitz.c
1006
PCFR |=
PCFR_OPDE
;
in spitz_init()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H
A
D
pxa2xx-regs.h
105
#define
PCFR_OPDE
(1 << 0) /* 3.6864 MHz oscillator power-down enable */
macro
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
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
simpad.c
239
PCFR = (
PCFR_OPDE
| PCFR_FP | PCFR_FS);
in simpad_power_off()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
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
corgi.c
731
PCFR |=
PCFR_OPDE
;
in corgi_init()
H
A
D
mioa701.c
725
PCFR = PCFR_DC_EN | PCFR_GPR_EN |
PCFR_OPDE
;
in mioa701_machine_init()
H
A
D
hx4700.c
877
PCFR = PCFR_GPR_EN |
PCFR_OPDE
;
in hx4700_init()
H
A
D
spitz.c
991
PCFR |=
PCFR_OPDE
;
in spitz_init()
H
A
D
tosa.c
941
PCFR |=
PCFR_OPDE
;
in tosa_init()
H
A
D
zeus.c
944
PCFR =
PCFR_OPDE
| PCFR_DC_EN | PCFR_FS | PCFR_FP;
in zeus_map_io()
H
A
D
viper.c
1009
PCFR |=
PCFR_OPDE
;
in viper_map_io()
/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()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
933
#define
PCFR_OPDE
0x00000001 /* Oscillator Power-Down Enable */
macro
934
#define PCFR_ClkRun (
PCFR_OPDE
*0) /* Clock Running in sleep mode */
935
#define PCFR_ClkStp (
PCFR_OPDE
*1) /* Clock Stopped in sleep mode */
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
933
#define
PCFR_OPDE
0x00000001 /* Oscillator Power-Down Enable */
macro
934
#define PCFR_ClkRun (
PCFR_OPDE
*0) /* Clock Running in sleep mode */
935
#define PCFR_ClkStp (
PCFR_OPDE
*1) /* Clock Stopped in sleep mode */
Completed in 24 milliseconds