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:PDMA_DESCR_COUNT
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/axis/
H
A
D
artpec6_crypto.c
183
#define
PDMA_DESCR_COUNT
64
macro
239
struct pdma_descr out[
PDMA_DESCR_COUNT
] __aligned(64);
240
struct pdma_descr in[
PDMA_DESCR_COUNT
] __aligned(64);
241
u32 stat[
PDMA_DESCR_COUNT
] __aligned(64);
244
struct artpec6_crypto_dma_map maps[
PDMA_DESCR_COUNT
* 2 + 2];
550
if (dma->out_cnt >=
PDMA_DESCR_COUNT
||
in artpec6_crypto_setup_out_descr_phys()
583
if (dma->out_cnt >=
PDMA_DESCR_COUNT
||
in artpec6_crypto_setup_out_descr_short()
742
if (dma->in_cnt >=
PDMA_DESCR_COUNT
||
in artpec6_crypto_setup_in_descr_phys()
956
if (!dma->out_cnt || dma->out_cnt >
PDMA_DESCR_COUNT
) {
in artpec6_crypto_terminate_out_descrs()
980
if (!dma->in_cnt || dma->in_cnt >
PDMA_DESCR_COUNT
) {
in artpec6_crypto_terminate_in_descrs()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/axis/
H
A
D
artpec6_crypto.c
184
#define
PDMA_DESCR_COUNT
64
macro
240
struct pdma_descr out[
PDMA_DESCR_COUNT
] __aligned(64);
241
struct pdma_descr in[
PDMA_DESCR_COUNT
] __aligned(64);
242
u32 stat[
PDMA_DESCR_COUNT
] __aligned(64);
245
struct artpec6_crypto_dma_map maps[
PDMA_DESCR_COUNT
* 2 + 2];
551
if (dma->out_cnt >=
PDMA_DESCR_COUNT
||
in artpec6_crypto_setup_out_descr_phys()
584
if (dma->out_cnt >=
PDMA_DESCR_COUNT
||
in artpec6_crypto_setup_out_descr_short()
743
if (dma->in_cnt >=
PDMA_DESCR_COUNT
||
in artpec6_crypto_setup_in_descr_phys()
957
if (!dma->out_cnt || dma->out_cnt >
PDMA_DESCR_COUNT
) {
in artpec6_crypto_terminate_out_descrs()
981
if (!dma->in_cnt || dma->in_cnt >
PDMA_DESCR_COUNT
) {
in artpec6_crypto_terminate_in_descrs()
[all...]
Completed in 6 milliseconds