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:RTC_OFFSET
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-ds1553.c
21
#define
RTC_OFFSET
0x1ff0
macro
23
#define RTC_FLAGS (
RTC_OFFSET
+ 0)
24
#define RTC_SECONDS_ALARM (
RTC_OFFSET
+ 2)
25
#define RTC_MINUTES_ALARM (
RTC_OFFSET
+ 3)
26
#define RTC_HOURS_ALARM (
RTC_OFFSET
+ 4)
27
#define RTC_DATE_ALARM (
RTC_OFFSET
+ 5)
28
#define RTC_INTERRUPTS (
RTC_OFFSET
+ 6)
29
#define RTC_WATCHDOG (
RTC_OFFSET
+ 7)
30
#define RTC_CONTROL (
RTC_OFFSET
+ 8)
31
#define RTC_CENTURY (
RTC_OFFSET
[all...]
H
A
D
rtc-stk17ta8.c
24
#define
RTC_OFFSET
0x1fff0
macro
26
#define RTC_FLAGS (
RTC_OFFSET
+ 0)
27
#define RTC_CENTURY (
RTC_OFFSET
+ 1)
28
#define RTC_SECONDS_ALARM (
RTC_OFFSET
+ 2)
29
#define RTC_MINUTES_ALARM (
RTC_OFFSET
+ 3)
30
#define RTC_HOURS_ALARM (
RTC_OFFSET
+ 4)
31
#define RTC_DATE_ALARM (
RTC_OFFSET
+ 5)
32
#define RTC_INTERRUPTS (
RTC_OFFSET
+ 6)
33
#define RTC_WATCHDOG (
RTC_OFFSET
+ 7)
34
#define RTC_CALIBRATION (
RTC_OFFSET
[all...]
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-ds1553.c
21
#define
RTC_OFFSET
0x1ff0
macro
23
#define RTC_FLAGS (
RTC_OFFSET
+ 0)
24
#define RTC_SECONDS_ALARM (
RTC_OFFSET
+ 2)
25
#define RTC_MINUTES_ALARM (
RTC_OFFSET
+ 3)
26
#define RTC_HOURS_ALARM (
RTC_OFFSET
+ 4)
27
#define RTC_DATE_ALARM (
RTC_OFFSET
+ 5)
28
#define RTC_INTERRUPTS (
RTC_OFFSET
+ 6)
29
#define RTC_WATCHDOG (
RTC_OFFSET
+ 7)
30
#define RTC_CONTROL (
RTC_OFFSET
+ 8)
31
#define RTC_CENTURY (
RTC_OFFSET
[all...]
H
A
D
rtc-stk17ta8.c
24
#define
RTC_OFFSET
0x1fff0
macro
26
#define RTC_FLAGS (
RTC_OFFSET
+ 0)
27
#define RTC_CENTURY (
RTC_OFFSET
+ 1)
28
#define RTC_SECONDS_ALARM (
RTC_OFFSET
+ 2)
29
#define RTC_MINUTES_ALARM (
RTC_OFFSET
+ 3)
30
#define RTC_HOURS_ALARM (
RTC_OFFSET
+ 4)
31
#define RTC_DATE_ALARM (
RTC_OFFSET
+ 5)
32
#define RTC_INTERRUPTS (
RTC_OFFSET
+ 6)
33
#define RTC_WATCHDOG (
RTC_OFFSET
+ 7)
34
#define RTC_CALIBRATION (
RTC_OFFSET
[all...]
/kernel/linux/linux-5.10/arch/m68k/mac/
H
A
D
misc.c
35
#define
RTC_OFFSET
2082844800
macro
271
return (time64_t)result.idata -
RTC_OFFSET
;
in via_read_time()
309
data.idata = lower_32_bits(time +
RTC_OFFSET
);
in via_set_rtc_time()
/kernel/linux/linux-6.6/arch/m68k/mac/
H
A
D
misc.c
34
#define
RTC_OFFSET
2082844800
macro
270
return (time64_t)result.idata -
RTC_OFFSET
;
in via_read_time()
308
data.idata = lower_32_bits(time +
RTC_OFFSET
);
in via_set_rtc_time()
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
via-cuda.c
773
#define
RTC_OFFSET
2082844800
macro
788
return (time64_t)now -
RTC_OFFSET
;
in cuda_get_time()
796
now = lower_32_bits(rtc_tm_to_time64(tm) +
RTC_OFFSET
);
in cuda_set_rtc_time()
H
A
D
via-pmu.c
1737
#define
RTC_OFFSET
2082844800
macro
1751
return (time64_t)now -
RTC_OFFSET
;
in pmu_get_time()
1759
now = lower_32_bits(rtc_tm_to_time64(tm) +
RTC_OFFSET
);
in pmu_set_rtc_time()
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
via-cuda.c
770
#define
RTC_OFFSET
2082844800
macro
785
return (time64_t)now -
RTC_OFFSET
;
in cuda_get_time()
793
now = lower_32_bits(rtc_tm_to_time64(tm) +
RTC_OFFSET
);
in cuda_set_rtc_time()
H
A
D
via-pmu.c
1728
#define
RTC_OFFSET
2082844800
macro
1742
return (time64_t)now -
RTC_OFFSET
;
in pmu_get_time()
1750
now = lower_32_bits(rtc_tm_to_time64(tm) +
RTC_OFFSET
);
in pmu_set_rtc_time()
Completed in 11 milliseconds