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:rx_prologue
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-bcm2835.c
97
* @
rx_prologue
: bytes received without DMA if first RX sglist entry's
137
int
rx_prologue
;
member
481
bs->
rx_prologue
= 0;
in bcm2835_spi_transfer_prologue()
488
bs->
rx_prologue
= sg_dma_len(&tfr->rx_sg.sgl[0]) & 3;
in bcm2835_spi_transfer_prologue()
490
if (bs->
rx_prologue
> bs->tx_prologue) {
in bcm2835_spi_transfer_prologue()
492
bs->tx_prologue = bs->
rx_prologue
;
in bcm2835_spi_transfer_prologue()
501
/*
rx_prologue
> 0 implies tx_prologue > 0, so check only the latter */
in bcm2835_spi_transfer_prologue()
506
if (bs->
rx_prologue
) {
in bcm2835_spi_transfer_prologue()
507
bcm2835_wr(bs, BCM2835_SPI_DLEN, bs->
rx_prologue
);
in bcm2835_spi_transfer_prologue()
510
bcm2835_wr_fifo_count(bs, bs->
rx_prologue
);
in bcm2835_spi_transfer_prologue()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-bcm2835.c
96
* @
rx_prologue
: bytes received without DMA if first RX sglist entry's
129
int
rx_prologue
;
member
490
bs->
rx_prologue
= 0;
in bcm2835_spi_transfer_prologue()
497
bs->
rx_prologue
= sg_dma_len(&tfr->rx_sg.sgl[0]) & 3;
in bcm2835_spi_transfer_prologue()
499
if (bs->
rx_prologue
> bs->tx_prologue) {
in bcm2835_spi_transfer_prologue()
501
bs->tx_prologue = bs->
rx_prologue
;
in bcm2835_spi_transfer_prologue()
510
/*
rx_prologue
> 0 implies tx_prologue > 0, so check only the latter */
in bcm2835_spi_transfer_prologue()
515
if (bs->
rx_prologue
) {
in bcm2835_spi_transfer_prologue()
516
bcm2835_wr(bs, BCM2835_SPI_DLEN, bs->
rx_prologue
);
in bcm2835_spi_transfer_prologue()
519
bcm2835_wr_fifo_count(bs, bs->
rx_prologue
);
in bcm2835_spi_transfer_prologue()
[all...]
Completed in 3 milliseconds