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:bist_sts
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H
A
D
otx_cptpf_main.c
53
union otx_cptx_pf_bist_status
bist_sts
= {0};
in otx_cpt_check_bist_status()
local
55
bist_sts
.u = readq(cpt->reg_base + OTX_CPT_PF_BIST_STATUS);
in otx_cpt_check_bist_status()
56
return
bist_sts
.u;
in otx_cpt_check_bist_status()
61
union otx_cptx_pf_exe_bist_status
bist_sts
= {0};
in otx_cpt_check_exe_bist_status()
local
63
bist_sts
.u = readq(cpt->reg_base + OTX_CPT_PF_EXE_BIST_STATUS);
in otx_cpt_check_exe_bist_status()
64
return
bist_sts
.u;
in otx_cpt_check_exe_bist_status()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H
A
D
otx_cptpf_main.c
53
union otx_cptx_pf_bist_status
bist_sts
= {0};
in otx_cpt_check_bist_status()
local
55
bist_sts
.u = readq(cpt->reg_base + OTX_CPT_PF_BIST_STATUS);
in otx_cpt_check_bist_status()
56
return
bist_sts
.u;
in otx_cpt_check_bist_status()
61
union otx_cptx_pf_exe_bist_status
bist_sts
= {0};
in otx_cpt_check_exe_bist_status()
local
63
bist_sts
.u = readq(cpt->reg_base + OTX_CPT_PF_EXE_BIST_STATUS);
in otx_cpt_check_exe_bist_status()
64
return
bist_sts
.u;
in otx_cpt_check_exe_bist_status()
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H
A
D
cptpf_main.c
364
union cptx_pf_bist_status
bist_sts
= {0};
in cpt_check_bist_status()
local
366
bist_sts
.u = cpt_read_csr64(cpt->reg_base,
in cpt_check_bist_status()
369
return
bist_sts
.u;
in cpt_check_bist_status()
374
union cptx_pf_exe_bist_status
bist_sts
= {0};
in cpt_check_exe_bist_status()
local
376
bist_sts
.u = cpt_read_csr64(cpt->reg_base,
in cpt_check_exe_bist_status()
379
return
bist_sts
.u;
in cpt_check_exe_bist_status()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H
A
D
cptpf_main.c
363
union cptx_pf_bist_status
bist_sts
= {0};
in cpt_check_bist_status()
local
365
bist_sts
.u = cpt_read_csr64(cpt->reg_base,
in cpt_check_bist_status()
368
return
bist_sts
.u;
in cpt_check_bist_status()
373
union cptx_pf_exe_bist_status
bist_sts
= {0};
in cpt_check_exe_bist_status()
local
375
bist_sts
.u = cpt_read_csr64(cpt->reg_base,
in cpt_check_exe_bist_status()
378
return
bist_sts
.u;
in cpt_check_exe_bist_status()
Completed in 4 milliseconds