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:DONTRESET_BIT0
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_83xx.c
398
idc_ctrl |=
DONTRESET_BIT0
;
in qla4_83xx_set_idc_dontreset()
409
idc_ctrl &= ~
DONTRESET_BIT0
;
in qla4_83xx_clear_idc_dontreset()
420
return idc_ctrl &
DONTRESET_BIT0
;
in qla4_83xx_idc_dontreset()
1361
if (qla4_83xx_idc_dontreset(ha) ==
DONTRESET_BIT0
) {
in qla4_83xx_isp_reset()
H
A
D
ql4_83xx.h
129
#define
DONTRESET_BIT0
0x1
macro
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_83xx.c
398
idc_ctrl |=
DONTRESET_BIT0
;
in qla4_83xx_set_idc_dontreset()
409
idc_ctrl &= ~
DONTRESET_BIT0
;
in qla4_83xx_clear_idc_dontreset()
420
return idc_ctrl &
DONTRESET_BIT0
;
in qla4_83xx_idc_dontreset()
1360
if (qla4_83xx_idc_dontreset(ha) ==
DONTRESET_BIT0
) {
in qla4_83xx_isp_reset()
H
A
D
ql4_83xx.h
129
#define
DONTRESET_BIT0
0x1
macro
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_nx2.h
163
#define
DONTRESET_BIT0
0x1
macro
H
A
D
qla_nx2.c
1614
idc_ctrl |=
DONTRESET_BIT0
;
in qla8044_set_idc_dontreset()
1776
idc_ctrl &= ~
DONTRESET_BIT0
;
in qla8044_clear_idc_dontreset()
1985
*
DONTRESET_BIT0
*/
in qla8044_device_state_handler()
3993
return idc_ctrl &
DONTRESET_BIT0
;
in qla8044_idc_dontreset()
4037
if (qla8044_idc_dontreset(ha) ==
DONTRESET_BIT0
) {
in qla8044_abort_isp()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_nx2.h
163
#define
DONTRESET_BIT0
0x1
macro
H
A
D
qla_nx2.c
1614
idc_ctrl |=
DONTRESET_BIT0
;
in qla8044_set_idc_dontreset()
1776
idc_ctrl &= ~
DONTRESET_BIT0
;
in qla8044_clear_idc_dontreset()
1982
*
DONTRESET_BIT0
*/
in qla8044_device_state_handler()
3982
return idc_ctrl &
DONTRESET_BIT0
;
in qla8044_idc_dontreset()
4026
if (qla8044_idc_dontreset(ha) ==
DONTRESET_BIT0
) {
in qla8044_abort_isp()
Completed in 19 milliseconds