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:read_words
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-rockchip-sfc.c
400
u8
read_words
;
in rockchip_sfc_read_fifo()
local
410
read_words
= min_t(u32, rx_level, dwords);
in rockchip_sfc_read_fifo()
411
ioread32_rep(sfc->regbase + SFC_DATA, buf,
read_words
);
in rockchip_sfc_read_fifo()
412
buf +=
read_words
<< 2;
in rockchip_sfc_read_fifo()
413
dwords -=
read_words
;
in rockchip_sfc_read_fifo()
H
A
D
spi-tegra20-sflash.c
206
unsigned int
read_words
= 0;
in tegra_sflash_read_rx_fifo_to_client_rxbuf()
local
216
read_words
++;
in tegra_sflash_read_rx_fifo_to_client_rxbuf()
219
tsd->cur_rx_pos +=
read_words
* tsd->bytes_per_word;
in tegra_sflash_read_rx_fifo_to_client_rxbuf()
H
A
D
spi-tegra20-slink.c
336
unsigned int
read_words
= 0;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
local
350
read_words
+= tspi->curr_dma_words;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
358
read_words
+= rx_full_count;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
360
return
read_words
;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
H
A
D
spi-tegra114.c
349
unsigned int
read_words
= 0;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
local
363
read_words
+= tspi->curr_dma_words;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
380
read_words
+= rx_full_count;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
384
return
read_words
;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
H
A
D
spi-tegra210-quad.c
360
unsigned int
read_words
= 0;
in tegra_qspi_read_rx_fifo_to_client_rxbuf()
local
374
read_words
+= tqspi->curr_dma_words;
in tegra_qspi_read_rx_fifo_to_client_rxbuf()
392
read_words
+= rx_full_count;
in tegra_qspi_read_rx_fifo_to_client_rxbuf()
396
return
read_words
;
in tegra_qspi_read_rx_fifo_to_client_rxbuf()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-tegra20-sflash.c
206
unsigned int
read_words
= 0;
in tegra_sflash_read_rx_fifo_to_client_rxbuf()
local
216
read_words
++;
in tegra_sflash_read_rx_fifo_to_client_rxbuf()
219
tsd->cur_rx_pos +=
read_words
* tsd->bytes_per_word;
in tegra_sflash_read_rx_fifo_to_client_rxbuf()
H
A
D
spi-tegra20-slink.c
337
unsigned int
read_words
= 0;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
local
351
read_words
+= tspi->curr_dma_words;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
359
read_words
+= rx_full_count;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
361
return
read_words
;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
H
A
D
spi-tegra114.c
350
unsigned int
read_words
= 0;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
local
364
read_words
+= tspi->curr_dma_words;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
381
read_words
+= rx_full_count;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
385
return
read_words
;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
/kernel/linux/linux-5.10/scripts/
H
A
D
checkpatch.pl
750
sub
read_words
{
subroutine
779
read_words
(\$const_structs, $conststructsfile)
785
read_words
(\$typeOtherTypedefs, $typedefsfile)
/kernel/linux/linux-6.6/scripts/
H
A
D
checkpatch.pl
979
sub
read_words
{
subroutine
1008
read_words
(\$const_structs, $conststructsfile)
1014
read_words
(\$typeOtherTypedefs, $typedefsfile)
Completed in 27 milliseconds