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_YEAR1
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-max8925.c
23
RTC_YEAR1
,
enumerator
88
+ (buf[
RTC_YEAR1
] >> 4) * 10
in tm_calc()
89
+ (buf[
RTC_YEAR1
] & 0xf);
in tm_calc()
126
buf[
RTC_YEAR1
] = (high << 4) + low;
in data_calc()
H
A
D
rtc-max8907.c
27
RTC_YEAR1
,
enumerator
61
bcd2bin(regs[
RTC_YEAR1
]) - 1900;
in regs_to_tm()
85
regs[
RTC_YEAR1
] = bin2bcd(low);
in tm_to_regs()
H
A
D
rtc-s5m.c
38
RTC_YEAR1
,
enumerator
189
tm->tm_year = (data[
RTC_YEAR1
] & 0x7f) + 100;
in s5m8767_data_to_tm()
207
data[
RTC_YEAR1
] = tm->tm_year > 100 ? (tm->tm_year - 100) : 0;
in s5m8767_tm_to_data()
354
tm->tm_year = bcd2bin(data[
RTC_YEAR1
]) + bcd2bin(data[RTC_YEAR2]) * 100;
in s5m8763_data_to_tm()
366
data[
RTC_YEAR1
] = bin2bcd(tm->tm_year % 100);
in s5m8763_tm_to_data()
571
if (data[
RTC_YEAR1
] & 0x7f)
in s5m_rtc_start_alarm()
572
data[
RTC_YEAR1
] |= ALARM_ENABLE_MASK;
in s5m_rtc_start_alarm()
H
A
D
rtc-max8998.c
62
RTC_YEAR1
,
enumerator
89
tm->tm_year = bcd2bin(data[
RTC_YEAR1
]) + bcd2bin(data[RTC_YEAR2]) * 100;
in max8998_data_to_tm()
101
data[
RTC_YEAR1
] = bin2bcd(tm->tm_year % 100);
in max8998_tm_to_data()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-max8925.c
23
RTC_YEAR1
,
enumerator
88
+ (buf[
RTC_YEAR1
] >> 4) * 10
in tm_calc()
89
+ (buf[
RTC_YEAR1
] & 0xf);
in tm_calc()
126
buf[
RTC_YEAR1
] = (high << 4) + low;
in data_calc()
H
A
D
rtc-max8907.c
26
RTC_YEAR1
,
enumerator
60
bcd2bin(regs[
RTC_YEAR1
]) - 1900;
in regs_to_tm()
84
regs[
RTC_YEAR1
] = bin2bcd(low);
in tm_to_regs()
H
A
D
rtc-max8998.c
62
RTC_YEAR1
,
enumerator
89
tm->tm_year = bcd2bin(data[
RTC_YEAR1
]) + bcd2bin(data[RTC_YEAR2]) * 100;
in max8998_data_to_tm()
101
data[
RTC_YEAR1
] = bin2bcd(tm->tm_year % 100);
in max8998_tm_to_data()
H
A
D
rtc-s5m.c
38
RTC_YEAR1
,
enumerator
189
tm->tm_year = (data[
RTC_YEAR1
] & 0x7f) + 100;
in s5m8767_data_to_tm()
207
data[
RTC_YEAR1
] = tm->tm_year - 100;
in s5m8767_tm_to_data()
502
if (data[
RTC_YEAR1
] & 0x7f)
in s5m_rtc_start_alarm()
503
data[
RTC_YEAR1
] |= ALARM_ENABLE_MASK;
in s5m_rtc_start_alarm()
Completed in 8 milliseconds