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:PWER_RTC
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
spitz_pm.c
114
PWER = GPIO_bit(SPITZ_GPIO_KEY_INT) | GPIO_bit(SPITZ_GPIO_RESET) |
PWER_RTC
;
in spitz_presuspend()
157
if (resume_on_alarm && (PEDR &
PWER_RTC
))
in spitz_should_wakeup()
158
is_resume |=
PWER_RTC
;
in spitz_should_wakeup()
H
A
D
corgi_pm.c
123
if (resume_on_alarm && (PEDR &
PWER_RTC
))
in corgi_should_wakeup()
124
is_resume |=
PWER_RTC
;
in corgi_should_wakeup()
H
A
D
pxa25x.c
128
mask =
PWER_RTC
;
in pxa25x_set_wake()
H
A
D
pxa27x.c
215
mask =
PWER_RTC
;
in pxa27x_set_wake()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
spitz_pm.c
114
PWER = GPIO_bit(SPITZ_GPIO_KEY_INT) | GPIO_bit(SPITZ_GPIO_RESET) |
PWER_RTC
;
in spitz_presuspend()
157
if (resume_on_alarm && (PEDR &
PWER_RTC
))
in spitz_should_wakeup()
158
is_resume |=
PWER_RTC
;
in spitz_should_wakeup()
H
A
D
pxa2xx-regs.h
129
#define
PWER_RTC
0x80000000 /* RTC alarm wake-up enable */
macro
H
A
D
pxa25x.c
129
mask =
PWER_RTC
;
in pxa25x_set_wake()
H
A
D
pxa27x.c
214
mask =
PWER_RTC
;
in pxa27x_set_wake()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H
A
D
generic.c
484
PWER |=
PWER_RTC
;
in sa11x0_sc_set_wake()
486
PWER &= ~
PWER_RTC
;
in sa11x0_sc_set_wake()
H
A
D
badge4.c
231
PWER |=
PWER_RTC
; /* wake up if rtc fires */
in badge4_init()
H
A
D
simpad.c
225
PWER = PWER_GPIO0|
PWER_RTC
;
in simpad_map_io()
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H
A
D
generic.c
465
PWER |=
PWER_RTC
;
in sa11x0_sc_set_wake()
467
PWER &= ~
PWER_RTC
;
in sa11x0_sc_set_wake()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H
A
D
pxa2xx-regs.h
129
#define
PWER_RTC
0x80000000 /* RTC alarm wake-up enable */
macro
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
931
#define
PWER_RTC
0x80000000 /* RTC alarm wake-up enable */
macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
931
#define
PWER_RTC
0x80000000 /* RTC alarm wake-up enable */
macro
Completed in 16 milliseconds