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:calibval
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-zynqmp.c
183
unsigned int
calibval
;
in xlnx_rtc_read_offset()
local
186
calibval
= readl(xrtcdev->reg_base + RTC_CALIB_RD);
in xlnx_rtc_read_offset()
188
offset_val =
calibval
& RTC_TICK_MASK;
in xlnx_rtc_read_offset()
193
if (
calibval
& RTC_FR_EN)
in xlnx_rtc_read_offset()
194
offset_val += ((
calibval
& RTC_FR_MASK) >> RTC_FR_DATSHIFT)
in xlnx_rtc_read_offset()
207
unsigned int
calibval
;
in xlnx_rtc_set_offset()
local
236
calibval
= max_tick + RTC_CALIB_DEF;
in xlnx_rtc_set_offset()
239
calibval
|= RTC_FR_EN;
in xlnx_rtc_set_offset()
241
calibval
|= (fract_tick << RTC_FR_DATSHIFT);
in xlnx_rtc_set_offset()
243
writel(
calibval
, (xrtcde
in xlnx_rtc_set_offset()
[all...]
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-zynqmp.c
49
unsigned int
calibval
;
member
68
xrtcdev->
calibval
&= RTC_CALIB_MASK;
in xlnx_rtc_set_time()
69
writel(xrtcdev->
calibval
, (xrtcdev->reg_base + RTC_CALIB_WR));
in xlnx_rtc_set_time()
183
xrtcdev->
calibval
&= RTC_CALIB_MASK;
in xlnx_init_rtc()
184
writel(xrtcdev->
calibval
, (xrtcdev->reg_base + RTC_CALIB_WR));
in xlnx_init_rtc()
259
&xrtcdev->
calibval
);
in xlnx_rtc_probe()
261
xrtcdev->
calibval
= RTC_CALIB_DEF;
in xlnx_rtc_probe()
Completed in 2 milliseconds