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:regs_soc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-armada38x.c
72
void __iomem *
regs_soc
;
member
117
reg = readl(rtc->
regs_soc
+ RTC_38X_BRIDGE_TIMING_CTL);
in rtc_update_38x_mbus_timing_params()
122
writel(reg, rtc->
regs_soc
+ RTC_38X_BRIDGE_TIMING_CTL);
in rtc_update_38x_mbus_timing_params()
129
reg = readl(rtc->
regs_soc
+ RTC_8K_BRIDGE_TIMING_CTL0);
in rtc_update_8k_mbus_timing_params()
134
writel(reg, rtc->
regs_soc
+ RTC_8K_BRIDGE_TIMING_CTL0);
in rtc_update_8k_mbus_timing_params()
136
reg = readl(rtc->
regs_soc
+ RTC_8K_BRIDGE_TIMING_CTL1);
in rtc_update_8k_mbus_timing_params()
139
writel(reg, rtc->
regs_soc
+ RTC_8K_BRIDGE_TIMING_CTL1);
in rtc_update_8k_mbus_timing_params()
191
u32 val = readl(rtc->
regs_soc
+ SOC_RTC_INTERRUPT);
in armada38x_clear_isr()
193
writel(val & ~SOC_RTC_ALARM1, rtc->
regs_soc
+ SOC_RTC_INTERRUPT);
in armada38x_clear_isr()
198
u32 val = readl(rtc->
regs_soc
in armada38x_unmask_interrupt()
[all...]
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-armada38x.c
71
void __iomem *
regs_soc
;
member
116
reg = readl(rtc->
regs_soc
+ RTC_38X_BRIDGE_TIMING_CTL);
in rtc_update_38x_mbus_timing_params()
121
writel(reg, rtc->
regs_soc
+ RTC_38X_BRIDGE_TIMING_CTL);
in rtc_update_38x_mbus_timing_params()
128
reg = readl(rtc->
regs_soc
+ RTC_8K_BRIDGE_TIMING_CTL0);
in rtc_update_8k_mbus_timing_params()
133
writel(reg, rtc->
regs_soc
+ RTC_8K_BRIDGE_TIMING_CTL0);
in rtc_update_8k_mbus_timing_params()
135
reg = readl(rtc->
regs_soc
+ RTC_8K_BRIDGE_TIMING_CTL1);
in rtc_update_8k_mbus_timing_params()
138
writel(reg, rtc->
regs_soc
+ RTC_8K_BRIDGE_TIMING_CTL1);
in rtc_update_8k_mbus_timing_params()
190
u32 val = readl(rtc->
regs_soc
+ SOC_RTC_INTERRUPT);
in armada38x_clear_isr()
192
writel(val & ~SOC_RTC_ALARM1, rtc->
regs_soc
+ SOC_RTC_INTERRUPT);
in armada38x_clear_isr()
197
u32 val = readl(rtc->
regs_soc
in armada38x_unmask_interrupt()
[all...]
Completed in 3 milliseconds