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:tx_fifo_data
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-qup.c
171
*
tx_fifo_data
: QUP TX FIFO write works on word basis (4 bytes). New byte write
199
u32
tx_fifo_data
;
member
1181
blk->
tx_fifo_data
= 0;
in qup_i2c_clear_blk_v2()
1252
* in
tx_fifo_data
and write to TX FIFO when all the 4 bytes are present.
1262
blk->
tx_fifo_data
|= *(*data)++ << (j * 8);
in qup_i2c_write_blk_data()
1264
writel(blk->
tx_fifo_data
,
in qup_i2c_write_blk_data()
1266
blk->
tx_fifo_data
= 0x0;
in qup_i2c_write_blk_data()
1283
writel(blk->
tx_fifo_data
, qup->base + QUP_OUT_FIFO_BASE);
in qup_i2c_write_rx_tags_v2()
1294
* space. All this data bytes are available in
tx_fifo_data
so write this
1301
* from
tx_fifo_data
t
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-qup.c
171
*
tx_fifo_data
: QUP TX FIFO write works on word basis (4 bytes). New byte write
199
u32
tx_fifo_data
;
member
1181
blk->
tx_fifo_data
= 0;
in qup_i2c_clear_blk_v2()
1252
* in
tx_fifo_data
and write to TX FIFO when all the 4 bytes are present.
1262
blk->
tx_fifo_data
|= *(*data)++ << (j * 8);
in qup_i2c_write_blk_data()
1264
writel(blk->
tx_fifo_data
,
in qup_i2c_write_blk_data()
1266
blk->
tx_fifo_data
= 0x0;
in qup_i2c_write_blk_data()
1283
writel(blk->
tx_fifo_data
, qup->base + QUP_OUT_FIFO_BASE);
in qup_i2c_write_rx_tags_v2()
1294
* space. All this data bytes are available in
tx_fifo_data
so write this
1301
* from
tx_fifo_data
t
[all...]
Completed in 5 milliseconds