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:words_to_read
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/xilinx_hwicap/
H
A
D
fifo_icap.c
297
u32
words_to_read
;
in fifo_icap_get_configuration()
local
310
words_to_read
= remaining_words;
in fifo_icap_get_configuration()
313
if (
words_to_read
> XHI_MAX_READ_TRANSACTION_WORDS)
in fifo_icap_get_configuration()
314
words_to_read
= XHI_MAX_READ_TRANSACTION_WORDS;
in fifo_icap_get_configuration()
316
remaining_words -=
words_to_read
;
in fifo_icap_get_configuration()
318
fifo_icap_set_read_size(drvdata,
words_to_read
);
in fifo_icap_get_configuration()
321
while (
words_to_read
> 0) {
in fifo_icap_get_configuration()
331
if (read_fifo_occupancy >
words_to_read
)
in fifo_icap_get_configuration()
332
read_fifo_occupancy =
words_to_read
;
in fifo_icap_get_configuration()
334
words_to_read
in fifo_icap_get_configuration()
[all...]
H
A
D
buffer_icap.c
336
u32
words_to_read
=
in buffer_icap_get_configuration()
local
345
words_to_read
);
in buffer_icap_get_configuration()
/kernel/linux/linux-6.6/drivers/char/xilinx_hwicap/
H
A
D
fifo_icap.c
297
u32
words_to_read
;
in fifo_icap_get_configuration()
local
310
words_to_read
= remaining_words;
in fifo_icap_get_configuration()
313
if (
words_to_read
> XHI_MAX_READ_TRANSACTION_WORDS)
in fifo_icap_get_configuration()
314
words_to_read
= XHI_MAX_READ_TRANSACTION_WORDS;
in fifo_icap_get_configuration()
316
remaining_words -=
words_to_read
;
in fifo_icap_get_configuration()
318
fifo_icap_set_read_size(drvdata,
words_to_read
);
in fifo_icap_get_configuration()
321
while (
words_to_read
> 0) {
in fifo_icap_get_configuration()
331
if (read_fifo_occupancy >
words_to_read
)
in fifo_icap_get_configuration()
332
read_fifo_occupancy =
words_to_read
;
in fifo_icap_get_configuration()
334
words_to_read
in fifo_icap_get_configuration()
[all...]
H
A
D
buffer_icap.c
336
u32
words_to_read
=
in buffer_icap_get_configuration()
local
345
words_to_read
);
in buffer_icap_get_configuration()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-qcom-qspi.c
337
unsigned int
words_to_read
;
in pio_read()
local
352
words_to_read
= wr_cnts / QSPI_BYTES_PER_WORD;
in pio_read()
355
if (
words_to_read
) {
in pio_read()
357
ctrl->xfer.rem_bytes -=
words_to_read
* QSPI_BYTES_PER_WORD;
in pio_read()
358
ioread32_rep(ctrl->base + RD_FIFO, word_buf,
words_to_read
);
in pio_read()
359
ctrl->xfer.rx_buf = word_buf +
words_to_read
;
in pio_read()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-qcom-qspi.c
530
unsigned int
words_to_read
;
in pio_read()
local
545
words_to_read
= wr_cnts / QSPI_BYTES_PER_WORD;
in pio_read()
548
if (
words_to_read
) {
in pio_read()
550
ctrl->xfer.rem_bytes -=
words_to_read
* QSPI_BYTES_PER_WORD;
in pio_read()
551
ioread32_rep(ctrl->base + RD_FIFO, word_buf,
words_to_read
);
in pio_read()
552
ctrl->xfer.rx_buf = word_buf +
words_to_read
;
in pio_read()
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/
H
A
D
wx_hw.c
377
u16
words_to_read
;
in wx_read_ee_hostif_buffer()
local
389
words_to_read
= FW_MAX_READ_BUFFER_SIZE / 2;
in wx_read_ee_hostif_buffer()
391
words_to_read
= words;
in wx_read_ee_hostif_buffer()
400
buffer.length = (__force u16)cpu_to_be16(
words_to_read
* 2);
in wx_read_ee_hostif_buffer()
412
for (i = 0; i <
words_to_read
; i++) {
in wx_read_ee_hostif_buffer()
419
if (i <
words_to_read
) {
in wx_read_ee_hostif_buffer()
425
words -=
words_to_read
;
in wx_read_ee_hostif_buffer()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_x550.c
861
u16
words_to_read
;
in ixgbe_read_ee_hostif_buffer_X550()
local
874
words_to_read
= FW_MAX_READ_BUFFER_SIZE / 2;
in ixgbe_read_ee_hostif_buffer_X550()
876
words_to_read
= words;
in ixgbe_read_ee_hostif_buffer_X550()
886
buffer.length = (__force u16)cpu_to_be16(
words_to_read
* 2);
in ixgbe_read_ee_hostif_buffer_X550()
897
for (i = 0; i <
words_to_read
; i++) {
in ixgbe_read_ee_hostif_buffer_X550()
905
if (i <
words_to_read
) {
in ixgbe_read_ee_hostif_buffer_X550()
911
words -=
words_to_read
;
in ixgbe_read_ee_hostif_buffer_X550()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_x550.c
861
u16
words_to_read
;
in ixgbe_read_ee_hostif_buffer_X550()
local
874
words_to_read
= FW_MAX_READ_BUFFER_SIZE / 2;
in ixgbe_read_ee_hostif_buffer_X550()
876
words_to_read
= words;
in ixgbe_read_ee_hostif_buffer_X550()
886
buffer.length = (__force u16)cpu_to_be16(
words_to_read
* 2);
in ixgbe_read_ee_hostif_buffer_X550()
897
for (i = 0; i <
words_to_read
; i++) {
in ixgbe_read_ee_hostif_buffer_X550()
905
if (i <
words_to_read
) {
in ixgbe_read_ee_hostif_buffer_X550()
911
words -=
words_to_read
;
in ixgbe_read_ee_hostif_buffer_X550()
Completed in 16 milliseconds