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:R2x2x_CTRL2_XSTP
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-rs5c372.c
56
# define
R2x2x_CTRL2_XSTP
(1 << 5) /* only if R2x2x */
macro
224
if ((rs5c->type == rtc_r2025sd && !(ctrl2 &
R2x2x_CTRL2_XSTP
)) ||
in rs5c372_rtc_read_time()
225
(rs5c->type == rtc_r2221tl && (ctrl2 &
R2x2x_CTRL2_XSTP
))) {
in rs5c372_rtc_read_time()
297
ctrl2 |=
R2x2x_CTRL2_XSTP
;
in rs5c372_rtc_set_time()
299
ctrl2 &= ~
R2x2x_CTRL2_XSTP
;
in rs5c372_rtc_set_time()
514
if ((rs5c->type == rtc_r2025sd && !(ctrl2 &
R2x2x_CTRL2_XSTP
)) ||
in rs5c372_ioctl()
515
(rs5c->type == rtc_r2221tl && (ctrl2 &
R2x2x_CTRL2_XSTP
))) {
in rs5c372_ioctl()
749
if (buf[1] &
R2x2x_CTRL2_XSTP
)
in rs5c_oscillator_setup()
753
if (!(buf[1] &
R2x2x_CTRL2_XSTP
))
in rs5c_oscillator_setup()
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-rs5c372.c
54
# define
R2x2x_CTRL2_XSTP
(1 << 5) /* only if R2x2x */
macro
222
if ((rs5c->type == rtc_r2025sd && !(ctrl2 &
R2x2x_CTRL2_XSTP
)) ||
in rs5c372_rtc_read_time()
223
(rs5c->type == rtc_r2221tl && (ctrl2 &
R2x2x_CTRL2_XSTP
))) {
in rs5c372_rtc_read_time()
295
ctrl2 |=
R2x2x_CTRL2_XSTP
;
in rs5c372_rtc_set_time()
297
ctrl2 &= ~
R2x2x_CTRL2_XSTP
;
in rs5c372_rtc_set_time()
570
if (buf[1] &
R2x2x_CTRL2_XSTP
)
in rs5c_oscillator_setup()
574
if (!(buf[1] &
R2x2x_CTRL2_XSTP
))
in rs5c_oscillator_setup()
Completed in 3 milliseconds