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:lp_cr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-mxc_v2.c
79
u32
lp_cr
;
in mxc_rtc_interrupt()
local
88
lp_cr
= readl(ioaddr + SRTC_LPCR);
in mxc_rtc_interrupt()
92
if (
lp_cr
& SRTC_LPCR_ALP)
in mxc_rtc_interrupt()
96
lp_cr
&= ~(SRTC_LPCR_ALP | SRTC_LPCR_WAE);
in mxc_rtc_interrupt()
100
writel(
lp_cr
, ioaddr + SRTC_LPCR);
in mxc_rtc_interrupt()
210
u32
lp_cr
= readl(pdata->ioaddr + SRTC_LPCR);
in mxc_rtc_alarm_irq_enable_locked()
local
213
lp_cr
|= (SRTC_LPCR_ALP | SRTC_LPCR_WAE);
in mxc_rtc_alarm_irq_enable_locked()
215
lp_cr
&= ~(SRTC_LPCR_ALP | SRTC_LPCR_WAE);
in mxc_rtc_alarm_irq_enable_locked()
217
writel(
lp_cr
, pdata->ioaddr + SRTC_LPCR);
in mxc_rtc_alarm_irq_enable_locked()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-mxc_v2.c
78
u32
lp_cr
;
in mxc_rtc_interrupt()
local
87
lp_cr
= readl(ioaddr + SRTC_LPCR);
in mxc_rtc_interrupt()
91
if (
lp_cr
& SRTC_LPCR_ALP)
in mxc_rtc_interrupt()
95
lp_cr
&= ~(SRTC_LPCR_ALP | SRTC_LPCR_WAE);
in mxc_rtc_interrupt()
99
writel(
lp_cr
, ioaddr + SRTC_LPCR);
in mxc_rtc_interrupt()
209
u32
lp_cr
= readl(pdata->ioaddr + SRTC_LPCR);
in mxc_rtc_alarm_irq_enable_locked()
local
212
lp_cr
|= (SRTC_LPCR_ALP | SRTC_LPCR_WAE);
in mxc_rtc_alarm_irq_enable_locked()
214
lp_cr
&= ~(SRTC_LPCR_ALP | SRTC_LPCR_WAE);
in mxc_rtc_alarm_irq_enable_locked()
216
writel(
lp_cr
, pdata->ioaddr + SRTC_LPCR);
in mxc_rtc_alarm_irq_enable_locked()
Completed in 2 milliseconds