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:RTSR_ALE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-sa1100.c
35
#define
RTSR_ALE
BIT(2) /* RTC alarm interrupt enable */
macro
60
if (rtsr & (
RTSR_ALE
| RTSR_HZE)) {
in sa1100_rtc_interrupt()
78
rtsr &= ~
RTSR_ALE
;
in sa1100_rtc_interrupt()
79
writel_relaxed(rtsr & (
RTSR_ALE
| RTSR_HZE), info->rtsr);
in sa1100_rtc_interrupt()
102
rtsr |=
RTSR_ALE
;
in sa1100_rtc_alarm_irq_enable()
104
rtsr &= ~
RTSR_ALE
;
in sa1100_rtc_alarm_irq_enable()
133
alrm->enabled = (rtsr &
RTSR_ALE
) ? 1 : 0;
in sa1100_rtc_read_alarm()
144
(RTSR_HZE |
RTSR_ALE
| RTSR_AL), info->rtsr);
in sa1100_rtc_set_alarm()
147
writel_relaxed(readl_relaxed(info->rtsr) |
RTSR_ALE
, info->rtsr);
in sa1100_rtc_set_alarm()
149
writel_relaxed(readl_relaxed(info->rtsr) & ~
RTSR_ALE
, inf
in sa1100_rtc_set_alarm()
[all...]
H
A
D
rtc-pxa.c
42
#define
RTSR_ALE
(1 << 2) /* RTC alarm interrupt enable */
macro
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-sa1100.c
35
#define
RTSR_ALE
BIT(2) /* RTC alarm interrupt enable */
macro
60
if (rtsr & (
RTSR_ALE
| RTSR_HZE)) {
in sa1100_rtc_interrupt()
78
rtsr &= ~
RTSR_ALE
;
in sa1100_rtc_interrupt()
79
writel_relaxed(rtsr & (
RTSR_ALE
| RTSR_HZE), info->rtsr);
in sa1100_rtc_interrupt()
102
rtsr |=
RTSR_ALE
;
in sa1100_rtc_alarm_irq_enable()
104
rtsr &= ~
RTSR_ALE
;
in sa1100_rtc_alarm_irq_enable()
133
alrm->enabled = (rtsr &
RTSR_ALE
) ? 1 : 0;
in sa1100_rtc_read_alarm()
144
(RTSR_HZE |
RTSR_ALE
| RTSR_AL), info->rtsr);
in sa1100_rtc_set_alarm()
147
writel_relaxed(readl_relaxed(info->rtsr) |
RTSR_ALE
, info->rtsr);
in sa1100_rtc_set_alarm()
149
writel_relaxed(readl_relaxed(info->rtsr) & ~
RTSR_ALE
, inf
in sa1100_rtc_set_alarm()
[all...]
H
A
D
rtc-pxa.c
39
#define
RTSR_ALE
(1 << 2) /* RTC alarm interrupt enable */
macro
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
regs-rtc.h
20
#define
RTSR_ALE
(1 << 2) /* RTC alarm interrupt enable */
macro
H
A
D
sharpsl_pm.c
617
RTSR &=
RTSR_ALE
;
in corgi_goto_sleep()
622
RTSR &=
RTSR_ALE
;
in corgi_goto_sleep()
665
unsigned int alarm_status = ((RTSR &
RTSR_ALE
) != 0);
in corgi_pxa_pm_enter()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
regs-rtc.h
20
#define
RTSR_ALE
(1 << 2) /* RTC alarm interrupt enable */
macro
H
A
D
sharpsl_pm.c
613
RTSR &=
RTSR_ALE
;
in corgi_goto_sleep()
618
RTSR &=
RTSR_ALE
;
in corgi_goto_sleep()
661
unsigned int alarm_status = ((RTSR &
RTSR_ALE
) != 0);
in corgi_pxa_pm_enter()
Completed in 6 milliseconds