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:XIIC_REG_OFFSET
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-xiic.c
129
#define
XIIC_REG_OFFSET
(0x100 + XIIC_MSB_OFFSET)
macro
135
#define XIIC_CR_REG_OFFSET (0x00 +
XIIC_REG_OFFSET
) /* Control Register */
136
#define XIIC_SR_REG_OFFSET (0x04 +
XIIC_REG_OFFSET
) /* Status Register */
137
#define XIIC_DTR_REG_OFFSET (0x08 +
XIIC_REG_OFFSET
) /* Data Tx Register */
138
#define XIIC_DRR_REG_OFFSET (0x0C +
XIIC_REG_OFFSET
) /* Data Rx Register */
139
#define XIIC_ADR_REG_OFFSET (0x10 +
XIIC_REG_OFFSET
) /* Address Register */
140
#define XIIC_TFO_REG_OFFSET (0x14 +
XIIC_REG_OFFSET
) /* Tx FIFO Occupancy */
141
#define XIIC_RFO_REG_OFFSET (0x18 +
XIIC_REG_OFFSET
) /* Rx FIFO Occupancy */
142
#define XIIC_TBA_REG_OFFSET (0x1C +
XIIC_REG_OFFSET
) /* 10 Bit Address reg */
143
#define XIIC_RFD_REG_OFFSET (0x20 +
XIIC_REG_OFFSET
) /* R
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-xiic.c
83
#define
XIIC_REG_OFFSET
(0x100+XIIC_MSB_OFFSET)
macro
89
#define XIIC_CR_REG_OFFSET (0x00+
XIIC_REG_OFFSET
) /* Control Register */
90
#define XIIC_SR_REG_OFFSET (0x04+
XIIC_REG_OFFSET
) /* Status Register */
91
#define XIIC_DTR_REG_OFFSET (0x08+
XIIC_REG_OFFSET
) /* Data Tx Register */
92
#define XIIC_DRR_REG_OFFSET (0x0C+
XIIC_REG_OFFSET
) /* Data Rx Register */
93
#define XIIC_ADR_REG_OFFSET (0x10+
XIIC_REG_OFFSET
) /* Address Register */
94
#define XIIC_TFO_REG_OFFSET (0x14+
XIIC_REG_OFFSET
) /* Tx FIFO Occupancy */
95
#define XIIC_RFO_REG_OFFSET (0x18+
XIIC_REG_OFFSET
) /* Rx FIFO Occupancy */
96
#define XIIC_TBA_REG_OFFSET (0x1C+
XIIC_REG_OFFSET
) /* 10 Bit Address reg */
97
#define XIIC_RFD_REG_OFFSET (0x20+
XIIC_REG_OFFSET
) /* R
[all...]
Completed in 3 milliseconds