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:DS1305_WRITE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-ds1305.c
20
* Registers ... mask
DS1305_WRITE
into register address to write,
23
#define
DS1305_WRITE
0x80
macro
145
buf[0] =
DS1305_WRITE
| DS1305_CONTROL;
in ds1305_alarm_irq_enable()
218
*bp++ =
DS1305_WRITE
| DS1305_SEC;
in ds1305_set_time()
346
buf[0] =
DS1305_WRITE
| DS1305_CONTROL;
in ds1305_set_alarm()
354
buf[0] =
DS1305_WRITE
| DS1305_ALM0(DS1305_SEC);
in ds1305_set_alarm()
372
buf[0] =
DS1305_WRITE
| DS1305_CONTROL;
in ds1305_set_alarm()
453
buf[0] =
DS1305_WRITE
| DS1305_CONTROL;
in ds1305_work()
532
addr = (
DS1305_WRITE
| DS1305_NVRAM) + off;
in ds1305_nvram_write()
608
buf[0] =
DS1305_WRITE
| DS1305_CONTRO
in ds1305_probe()
[all...]
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-ds1305.c
20
* Registers ... mask
DS1305_WRITE
into register address to write,
23
#define
DS1305_WRITE
0x80
macro
145
buf[0] =
DS1305_WRITE
| DS1305_CONTROL;
in ds1305_alarm_irq_enable()
218
*bp++ =
DS1305_WRITE
| DS1305_SEC;
in ds1305_set_time()
346
buf[0] =
DS1305_WRITE
| DS1305_CONTROL;
in ds1305_set_alarm()
354
buf[0] =
DS1305_WRITE
| DS1305_ALM0(DS1305_SEC);
in ds1305_set_alarm()
372
buf[0] =
DS1305_WRITE
| DS1305_CONTROL;
in ds1305_set_alarm()
452
buf[0] =
DS1305_WRITE
| DS1305_CONTROL;
in ds1305_work()
531
addr = (
DS1305_WRITE
| DS1305_NVRAM) + off;
in ds1305_nvram_write()
607
buf[0] =
DS1305_WRITE
| DS1305_CONTRO
in ds1305_probe()
[all...]
Completed in 2 milliseconds