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:hp300_rtc_read
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/hp300/
H
A
D
config.c
150
static inline unsigned char
hp300_rtc_read
(unsigned char reg)
in hp300_rtc_read()
function
206
t->tm_sec =
hp300_rtc_read
(RTC_REG_SEC1) * 10 +
in hp300_hwclk()
207
hp300_rtc_read
(RTC_REG_SEC2);
in hp300_hwclk()
208
t->tm_min =
hp300_rtc_read
(RTC_REG_MIN1) * 10 +
in hp300_hwclk()
209
hp300_rtc_read
(RTC_REG_MIN2);
in hp300_hwclk()
210
t->tm_hour = (
hp300_rtc_read
(RTC_REG_HOUR1) & 3) * 10 +
in hp300_hwclk()
211
hp300_rtc_read
(RTC_REG_HOUR2);
in hp300_hwclk()
213
t->tm_mday =
hp300_rtc_read
(RTC_REG_DAY1) * 10 +
in hp300_hwclk()
214
hp300_rtc_read
(RTC_REG_DAY2);
in hp300_hwclk()
215
t->tm_mon =
hp300_rtc_read
(RTC_REG_MON
in hp300_hwclk()
[all...]
/kernel/linux/linux-6.6/arch/m68k/hp300/
H
A
D
config.c
151
static inline unsigned char
hp300_rtc_read
(unsigned char reg)
in hp300_rtc_read()
function
207
t->tm_sec =
hp300_rtc_read
(RTC_REG_SEC1) * 10 +
in hp300_hwclk()
208
hp300_rtc_read
(RTC_REG_SEC2);
in hp300_hwclk()
209
t->tm_min =
hp300_rtc_read
(RTC_REG_MIN1) * 10 +
in hp300_hwclk()
210
hp300_rtc_read
(RTC_REG_MIN2);
in hp300_hwclk()
211
t->tm_hour = (
hp300_rtc_read
(RTC_REG_HOUR1) & 3) * 10 +
in hp300_hwclk()
212
hp300_rtc_read
(RTC_REG_HOUR2);
in hp300_hwclk()
214
t->tm_mday =
hp300_rtc_read
(RTC_REG_DAY1) * 10 +
in hp300_hwclk()
215
hp300_rtc_read
(RTC_REG_DAY2);
in hp300_hwclk()
216
t->tm_mon =
hp300_rtc_read
(RTC_REG_MON
in hp300_hwclk()
[all...]
Completed in 2 milliseconds