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:SPI_FIFO_DEPTH
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-tegra20-sflash.c
100
#define
SPI_FIFO_DEPTH
4
macro
166
if (max_word >
SPI_FIFO_DEPTH
)
in tegra_sflash_calculate_curr_xfer_param()
167
max_word =
SPI_FIFO_DEPTH
;
in tegra_sflash_calculate_curr_xfer_param()
180
if (max_n_32bit >
SPI_FIFO_DEPTH
)
in tegra_sflash_fill_tx_fifo_from_client_txbuf()
181
max_n_32bit =
SPI_FIFO_DEPTH
;
in tegra_sflash_fill_tx_fifo_from_client_txbuf()
H
A
D
spi-tegra114.c
146
#define
SPI_FIFO_DEPTH
64
macro
909
if (total_fifo_words >
SPI_FIFO_DEPTH
)
in tegra_spi_start_transfer_one()
1238
if (total_fifo_words >
SPI_FIFO_DEPTH
)
in handle_dma_based_xfer()
1376
tspi->max_buf_size =
SPI_FIFO_DEPTH
<< 2;
in tegra_spi_probe()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-tegra20-sflash.c
100
#define
SPI_FIFO_DEPTH
4
macro
166
if (max_word >
SPI_FIFO_DEPTH
)
in tegra_sflash_calculate_curr_xfer_param()
167
max_word =
SPI_FIFO_DEPTH
;
in tegra_sflash_calculate_curr_xfer_param()
180
if (max_n_32bit >
SPI_FIFO_DEPTH
)
in tegra_sflash_fill_tx_fifo_from_client_txbuf()
181
max_n_32bit =
SPI_FIFO_DEPTH
;
in tegra_sflash_fill_tx_fifo_from_client_txbuf()
H
A
D
spi-tegra114.c
145
#define
SPI_FIFO_DEPTH
64
macro
904
if (total_fifo_words >
SPI_FIFO_DEPTH
)
in tegra_spi_start_transfer_one()
1231
if (total_fifo_words >
SPI_FIFO_DEPTH
)
in handle_dma_based_xfer()
1368
tspi->max_buf_size =
SPI_FIFO_DEPTH
<< 2;
in tegra_spi_probe()
Completed in 13 milliseconds