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:control_flag
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
advansys.c
1621
* Flags set by the Adv Library in RISC variable '
control_flag
' (0x122)
1713
ushort
control_flag
; /* Microcode Control Flag */
member
2403
printk(" mcode_version 0x%x,
control_flag
0x%x\n",
in asc_prt_adv_dvc_cfg()
2404
h->mcode_version, h->
control_flag
);
in asc_prt_adv_dvc_cfg()
4530
* '
control_flag
' CONTROL_FLAG_IGNORE_PERR flag to tell the microcode
in AdvInitAsc3550Driver()
4533
if (asc_dvc->cfg->
control_flag
& CONTROL_FLAG_IGNORE_PERR) {
in AdvInitAsc3550Driver()
5042
* '
control_flag
' CONTROL_FLAG_IGNORE_PERR flag to tell the microcode
in AdvInitAsc38C0800Driver()
5045
if (asc_dvc->cfg->
control_flag
& CONTROL_FLAG_IGNORE_PERR) {
in AdvInitAsc38C0800Driver()
5530
* '
control_flag
' CONTROL_FLAG_IGNORE_PERR flag to tell the microcode
in AdvInitAsc38C1600Driver()
5533
if (asc_dvc->cfg->
control_flag
in AdvInitAsc38C1600Driver()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
advansys.c
1608
* Flags set by the Adv Library in RISC variable '
control_flag
' (0x122)
1700
ushort
control_flag
; /* Microcode Control Flag */
member
2392
printk(" mcode_version 0x%x,
control_flag
0x%x\n",
in asc_prt_adv_dvc_cfg()
2393
h->mcode_version, h->
control_flag
);
in asc_prt_adv_dvc_cfg()
4481
* '
control_flag
' CONTROL_FLAG_IGNORE_PERR flag to tell the microcode
in AdvInitAsc3550Driver()
4484
if (asc_dvc->cfg->
control_flag
& CONTROL_FLAG_IGNORE_PERR) {
in AdvInitAsc3550Driver()
4993
* '
control_flag
' CONTROL_FLAG_IGNORE_PERR flag to tell the microcode
in AdvInitAsc38C0800Driver()
4996
if (asc_dvc->cfg->
control_flag
& CONTROL_FLAG_IGNORE_PERR) {
in AdvInitAsc38C0800Driver()
5481
* '
control_flag
' CONTROL_FLAG_IGNORE_PERR flag to tell the microcode
in AdvInitAsc38C1600Driver()
5484
if (asc_dvc->cfg->
control_flag
in AdvInitAsc38C1600Driver()
[all...]
Completed in 23 milliseconds