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:cur_words
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-tegra20-sflash.c
227
unsigned
cur_words
;
in tegra_sflash_start_cpu_based_transfer()
local
239
cur_words
= tegra_sflash_fill_tx_fifo_from_client_txbuf(tsd, t);
in tegra_sflash_start_cpu_based_transfer()
241
cur_words
= tsd->curr_xfer_words;
in tegra_sflash_start_cpu_based_transfer()
242
val |= SPI_DMA_BLK_COUNT(
cur_words
);
in tegra_sflash_start_cpu_based_transfer()
H
A
D
spi-tegra20-slink.c
560
unsigned
cur_words
;
in tegra_slink_start_cpu_based_transfer()
local
573
cur_words
= tegra_slink_fill_tx_fifo_from_client_txbuf(tspi, t);
in tegra_slink_start_cpu_based_transfer()
575
cur_words
= tspi->curr_dma_words;
in tegra_slink_start_cpu_based_transfer()
576
val |= SLINK_DMA_BLOCK_SIZE(
cur_words
- 1);
in tegra_slink_start_cpu_based_transfer()
H
A
D
spi-tegra114.c
633
unsigned
cur_words
;
in tegra_spi_start_cpu_based_transfer()
local
636
cur_words
= tegra_spi_fill_tx_fifo_from_client_txbuf(tspi, t);
in tegra_spi_start_cpu_based_transfer()
638
cur_words
= tspi->curr_dma_words;
in tegra_spi_start_cpu_based_transfer()
640
val = SPI_DMA_BLK_SET(
cur_words
- 1);
in tegra_spi_start_cpu_based_transfer()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-tegra20-sflash.c
227
unsigned
cur_words
;
in tegra_sflash_start_cpu_based_transfer()
local
239
cur_words
= tegra_sflash_fill_tx_fifo_from_client_txbuf(tsd, t);
in tegra_sflash_start_cpu_based_transfer()
241
cur_words
= tsd->curr_xfer_words;
in tegra_sflash_start_cpu_based_transfer()
242
val |= SPI_DMA_BLK_COUNT(
cur_words
);
in tegra_sflash_start_cpu_based_transfer()
H
A
D
spi-tegra20-slink.c
559
unsigned
cur_words
;
in tegra_slink_start_cpu_based_transfer()
local
572
cur_words
= tegra_slink_fill_tx_fifo_from_client_txbuf(tspi, t);
in tegra_slink_start_cpu_based_transfer()
574
cur_words
= tspi->curr_dma_words;
in tegra_slink_start_cpu_based_transfer()
575
val |= SLINK_DMA_BLOCK_SIZE(
cur_words
- 1);
in tegra_slink_start_cpu_based_transfer()
H
A
D
spi-tegra114.c
632
unsigned
cur_words
;
in tegra_spi_start_cpu_based_transfer()
local
635
cur_words
= tegra_spi_fill_tx_fifo_from_client_txbuf(tspi, t);
in tegra_spi_start_cpu_based_transfer()
637
cur_words
= tspi->curr_dma_words;
in tegra_spi_start_cpu_based_transfer()
639
val = SPI_DMA_BLK_SET(
cur_words
- 1);
in tegra_spi_start_cpu_based_transfer()
H
A
D
spi-tegra210-quad.c
702
unsigned int
cur_words
;
in tegra_qspi_start_cpu_based_transfer()
local
705
cur_words
= tegra_qspi_fill_tx_fifo_from_client_txbuf(qspi, t);
in tegra_qspi_start_cpu_based_transfer()
707
cur_words
= qspi->curr_dma_words;
in tegra_qspi_start_cpu_based_transfer()
709
val = QSPI_DMA_BLK_SET(
cur_words
- 1);
in tegra_qspi_start_cpu_based_transfer()
Completed in 12 milliseconds