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:t_common_ctl
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H
A
D
sun8i-ce-trng.c
71
cet->
t_common_ctl
= cpu_to_le32(common);
in sun8i_ce_trng_read()
H
A
D
sun8i-ce-prng.c
127
cet->
t_common_ctl
= cpu_to_le32(common);
in sun8i_ce_prng_generate()
H
A
D
sun8i-ce.h
167
__le32
t_common_ctl
;
member
H
A
D
sun8i-ce-hash.c
315
cet->
t_common_ctl
= cpu_to_le32(common);
in sun8i_ce_hash_run()
H
A
D
sun8i-ce-cipher.c
120
cet->
t_common_ctl
= cpu_to_le32(common);
in sun8i_ce_cipher_prepare()
H
A
D
sun8i-ce-core.c
159
/* Only H6 needs to write a part of
t_common_ctl
along with "1", but since it is ignored
in sun8i_ce_run_task()
162
v = 1 | ((le32_to_cpu(ce->chanlist[flow].tl->
t_common_ctl
) & 0x7F) << 8);
in sun8i_ce_run_task()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H
A
D
sun8i-ce-trng.c
69
cet->
t_common_ctl
= cpu_to_le32(common);
in sun8i_ce_trng_read()
H
A
D
sun8i-ce-prng.c
123
cet->
t_common_ctl
= cpu_to_le32(common);
in sun8i_ce_prng_generate()
H
A
D
sun8i-ce.h
169
__le32
t_common_ctl
;
member
H
A
D
sun8i-ce-cipher.c
163
cet->
t_common_ctl
= cpu_to_le32(common);
in sun8i_ce_cipher_prepare()
H
A
D
sun8i-ce-hash.c
392
cet->
t_common_ctl
= cpu_to_le32(common);
in sun8i_ce_hash_run()
H
A
D
sun8i-ce-core.c
181
/* Only H6 needs to write a part of
t_common_ctl
along with "1", but since it is ignored
in sun8i_ce_run_task()
184
v = 1 | ((le32_to_cpu(ce->chanlist[flow].tl->
t_common_ctl
) & 0x7F) << 8);
in sun8i_ce_run_task()
Completed in 8 milliseconds