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:AHC_TWIN
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_proc.c
145
if ((ahc->features &
AHC_TWIN
) != 0)
in ahc_dump_target_state()
321
if ((ahc->features & (AHC_WIDE|
AHC_TWIN
)) == 0)
in ahc_linux_show_info()
332
if (i > 7 && (ahc->features &
AHC_TWIN
) != 0) {
in ahc_linux_show_info()
H
A
D
aic7xxx.h
69
(((scsiid) & ((((ahc)->features &
AHC_TWIN
) != 0) ? TWIN_TID : TID)) \
74
((((ahc)->features &
AHC_TWIN
) != 0) \
209
AHC_TWIN
= 0x00008, /* Twin Channel */
enumerator
H
A
D
aic7xxx_core.c
1537
if ((ahc->features &
AHC_TWIN
) != 0
in ahc_handle_scsiint()
1550
if ((ahc->features &
AHC_TWIN
) != 0) {
in ahc_handle_scsiint()
4612
ahc->features |=
AHC_TWIN
;
in ahc_reset()
4627
if ((ahc->features &
AHC_TWIN
) != 0) {
in ahc_reset()
5005
if ((ahc->features &
AHC_TWIN
) != 0)
in ahc_controller_info()
5053
if (ahc->features &
AHC_TWIN
) {
in ahc_chip_init()
5359
if ((ahc->features &
AHC_TWIN
) != 0) {
in ahc_init()
5388
if (ahc->features &
AHC_TWIN
) {
in ahc_init()
5420
if ((ahc->features & (AHC_WIDE|
AHC_TWIN
)) == 0)
in ahc_init()
5433
if (i > 7 && (ahc->features &
AHC_TWIN
) !
in ahc_init()
[all...]
H
A
D
aic7xxx_osm.c
1092
host->max_channel = (ahc->features &
AHC_TWIN
) ? 1 : 0;
in ahc_linux_register_host()
1145
if ((ahc->features &
AHC_TWIN
) != 0) {
in ahc_linux_initialize_scsi_bus()
1171
if (i > 7 && (ahc->features &
AHC_TWIN
) != 0) {
in ahc_linux_initialize_scsi_bus()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_proc.c
145
if ((ahc->features &
AHC_TWIN
) != 0)
in ahc_dump_target_state()
322
if ((ahc->features & (AHC_WIDE|
AHC_TWIN
)) == 0)
in ahc_linux_show_info()
333
if (i > 7 && (ahc->features &
AHC_TWIN
) != 0) {
in ahc_linux_show_info()
H
A
D
aic7xxx.h
69
(((scsiid) & ((((ahc)->features &
AHC_TWIN
) != 0) ? TWIN_TID : TID)) \
74
((((ahc)->features &
AHC_TWIN
) != 0) \
209
AHC_TWIN
= 0x00008, /* Twin Channel */
enumerator
H
A
D
aic7xxx_core.c
1536
if ((ahc->features &
AHC_TWIN
) != 0
in ahc_handle_scsiint()
1549
if ((ahc->features &
AHC_TWIN
) != 0) {
in ahc_handle_scsiint()
4611
ahc->features |=
AHC_TWIN
;
in ahc_reset()
4626
if ((ahc->features &
AHC_TWIN
) != 0) {
in ahc_reset()
5004
if ((ahc->features &
AHC_TWIN
) != 0)
in ahc_controller_info()
5052
if (ahc->features &
AHC_TWIN
) {
in ahc_chip_init()
5358
if ((ahc->features &
AHC_TWIN
) != 0) {
in ahc_init()
5387
if (ahc->features &
AHC_TWIN
) {
in ahc_init()
5419
if ((ahc->features & (AHC_WIDE|
AHC_TWIN
)) == 0)
in ahc_init()
5432
if (i > 7 && (ahc->features &
AHC_TWIN
) !
in ahc_init()
[all...]
H
A
D
aic7xxx_osm.c
1091
host->max_channel = (ahc->features &
AHC_TWIN
) ? 1 : 0;
in ahc_linux_register_host()
1144
if ((ahc->features &
AHC_TWIN
) != 0) {
in ahc_linux_initialize_scsi_bus()
1170
if (i > 7 && (ahc->features &
AHC_TWIN
) != 0) {
in ahc_linux_initialize_scsi_bus()
Completed in 27 milliseconds