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:dcmf2
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/
H
A
D
stratix10-rsu.c
57
* @dcmf_version.
dcmf2
: Quartus
dcmf2
version
61
* @dcmf_status.
dcmf2
:
dcmf2
status
86
unsigned int
dcmf2
;
member
93
unsigned int
dcmf2
;
member
236
priv->dcmf_version.
dcmf2
= FIELD_GET(RSU_DCMF2_MASK, *value2);
in rsu_dcmf_version_callback()
263
priv->dcmf_status.
dcmf2
= FIELD_GET(RSU_DCMF2_STATUS_MASK,
in rsu_dcmf_status_callback()
491
return sprintf(buf, "0x%08x\n", priv->dcmf_version.
dcmf2
);
in dcmf2_show()
541
if (priv->dcmf_status.
dcmf2
in dcmf2_status_show()
[all...]
/kernel/linux/linux-5.10/drivers/firmware/
H
A
D
stratix10-rsu.c
50
* @dcmf_version.
dcmf2
: Quartus
dcmf2
version
72
unsigned int
dcmf2
;
member
210
priv->dcmf_version.
dcmf2
= FIELD_GET(RSU_DCMF2_MASK, *value2);
in rsu_dcmf_version_callback()
397
return sprintf(buf, "0x%08x\n", priv->dcmf_version.
dcmf2
);
in dcmf2_show()
485
static DEVICE_ATTR_RO(
dcmf2
);
532
priv->dcmf_version.
dcmf2
= INVALID_DCMF_VERSION;
in stratix10_rsu_probe()
Completed in 3 milliseconds