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:m147_rtc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/mvme147/
H
A
D
config.c
178
m147_rtc
->ctrl = RTC_READ;
in mvme147_hwclk()
179
t->tm_year = bcd2int (
m147_rtc
->bcd_year);
in mvme147_hwclk()
180
t->tm_mon = bcd2int(
m147_rtc
->bcd_mth) - 1;
in mvme147_hwclk()
181
t->tm_mday = bcd2int (
m147_rtc
->bcd_dom);
in mvme147_hwclk()
182
t->tm_hour = bcd2int (
m147_rtc
->bcd_hr);
in mvme147_hwclk()
183
t->tm_min = bcd2int (
m147_rtc
->bcd_min);
in mvme147_hwclk()
184
t->tm_sec = bcd2int (
m147_rtc
->bcd_sec);
in mvme147_hwclk()
185
m147_rtc
->ctrl = 0;
in mvme147_hwclk()
/kernel/linux/linux-6.6/arch/m68k/mvme147/
H
A
D
config.c
175
m147_rtc
->ctrl = RTC_READ;
in mvme147_hwclk()
176
t->tm_year = bcd2int (
m147_rtc
->bcd_year);
in mvme147_hwclk()
177
t->tm_mon = bcd2int(
m147_rtc
->bcd_mth) - 1;
in mvme147_hwclk()
178
t->tm_mday = bcd2int (
m147_rtc
->bcd_dom);
in mvme147_hwclk()
179
t->tm_hour = bcd2int (
m147_rtc
->bcd_hr);
in mvme147_hwclk()
180
t->tm_min = bcd2int (
m147_rtc
->bcd_min);
in mvme147_hwclk()
181
t->tm_sec = bcd2int (
m147_rtc
->bcd_sec);
in mvme147_hwclk()
182
m147_rtc
->ctrl = 0;
in mvme147_hwclk()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
mvme147hw.h
23
#define
m147_rtc
((MK48T02 * volatile)0xfffe07f8)
macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
mvme147hw.h
23
#define
m147_rtc
((MK48T02 * volatile)0xfffe07f8)
macro
Completed in 3 milliseconds