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:TERM_SE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
advansys.c
1454
#define
TERM_SE
0x0030 /* SE Termination Bits */
macro
5152
if ((asc_dvc->cfg->termination &
TERM_SE
) == 0) {
in AdvInitAsc38C0800Driver()
5159
asc_dvc->cfg->termination |=
TERM_SE
;
in AdvInitAsc38C0800Driver()
5186
* Clear any set
TERM_SE
and TERM_LVD bits.
in AdvInitAsc38C0800Driver()
5188
scsi_cfg1 &= (~
TERM_SE
& ~TERM_LVD);
in AdvInitAsc38C0800Driver()
5191
* Invert the
TERM_SE
and TERM_LVD bits and then set 'scsi_cfg1'.
in AdvInitAsc38C0800Driver()
5650
if ((asc_dvc->cfg->termination &
TERM_SE
) == 0) {
in AdvInitAsc38C1600Driver()
5658
asc_dvc->cfg->termination |=
TERM_SE
;
in AdvInitAsc38C1600Driver()
5673
* Clear any set
TERM_SE
bits.
in AdvInitAsc38C1600Driver()
5675
scsi_cfg1 &= ~
TERM_SE
;
in AdvInitAsc38C1600Driver()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
advansys.c
1441
#define
TERM_SE
0x0030 /* SE Termination Bits */
macro
5103
if ((asc_dvc->cfg->termination &
TERM_SE
) == 0) {
in AdvInitAsc38C0800Driver()
5110
asc_dvc->cfg->termination |=
TERM_SE
;
in AdvInitAsc38C0800Driver()
5137
* Clear any set
TERM_SE
and TERM_LVD bits.
in AdvInitAsc38C0800Driver()
5139
scsi_cfg1 &= (~
TERM_SE
& ~TERM_LVD);
in AdvInitAsc38C0800Driver()
5142
* Invert the
TERM_SE
and TERM_LVD bits and then set 'scsi_cfg1'.
in AdvInitAsc38C0800Driver()
5601
if ((asc_dvc->cfg->termination &
TERM_SE
) == 0) {
in AdvInitAsc38C1600Driver()
5609
asc_dvc->cfg->termination |=
TERM_SE
;
in AdvInitAsc38C1600Driver()
5624
* Clear any set
TERM_SE
bits.
in AdvInitAsc38C1600Driver()
5626
scsi_cfg1 &= ~
TERM_SE
;
in AdvInitAsc38C1600Driver()
[all...]
Completed in 24 milliseconds