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:burst_seq_num
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/
H
A
D
altera_msgdma.c
118
csrwr32(0, priv->tx_dma_desc, msgdma_descroffs(
burst_seq_num
));
in msgdma_tx_buffer()
171
csrwr32(0, priv->rx_dma_desc, msgdma_descroffs(
burst_seq_num
));
in msgdma_add_rx_desc()
H
A
D
altera_msgdmahw.h
17
u32
burst_seq_num
; /* bit 31:24 write burst
member
/kernel/linux/linux-6.6/drivers/net/ethernet/altera/
H
A
D
altera_msgdma.c
118
csrwr32(0, priv->tx_dma_desc, msgdma_descroffs(
burst_seq_num
));
in msgdma_tx_buffer()
171
csrwr32(0, priv->rx_dma_desc, msgdma_descroffs(
burst_seq_num
));
in msgdma_add_rx_desc()
H
A
D
altera_msgdmahw.h
17
u32
burst_seq_num
; /* bit 31:24 write burst
member
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
altera-msgdma.c
33
* @
burst_seq_num
: bit 31:24 write burst
46
u32
burst_seq_num
;
member
278
desc->
burst_seq_num
= 0; /* 0 will result in max burst length */
in msgdma_desc_config()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
altera-msgdma.c
34
* @
burst_seq_num
: bit 31:24 write burst
47
u32
burst_seq_num
;
member
279
desc->
burst_seq_num
= 0; /* 0 will result in max burst length */
in msgdma_desc_config()
Completed in 5 milliseconds