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:AHD_WIDE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx_proc.c
306
if ((ahd->features &
AHD_WIDE
) == 0)
in ahd_linux_show_info()
H
A
D
aic79xx.h
214
AHD_WIDE
= 0x00001,/* Wide Channel */
enumerator
H
A
D
aic79xx_core.c
3789
if (ahd->features &
AHD_WIDE
) {
in ahd_validate_width()
3828
if ((ahd->features &
AHD_WIDE
) != 0)
in ahd_update_neg_request()
4539
if ((ahd->features &
AHD_WIDE
) != 0)
in ahd_build_transfer_msg()
6286
ahd->features &= ~
AHD_WIDE
;
in ahd_reset()
6288
ahd->features |=
AHD_WIDE
;
in ahd_reset()
6948
if ((ahd->features &
AHD_WIDE
) != 0) {
in ahd_controller_info()
8732
max_scsiid = (ahd->features &
AHD_WIDE
) ? 15 : 7;
in ahd_reset_channel()
10205
max_id = (ahd->features &
AHD_WIDE
) ? 16 : 8;
in ahd_find_tmode_devs()
H
A
D
aic79xx_osm.c
1229
host->max_id = (ahd->features &
AHD_WIDE
) ? 16 : 8;
in ahd_linux_register_host()
1280
numtarg = (ahd->features &
AHD_WIDE
) ? 16 : 8;
in ahd_linux_initialize_scsi_bus()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx_proc.c
307
if ((ahd->features &
AHD_WIDE
) == 0)
in ahd_linux_show_info()
H
A
D
aic79xx.h
214
AHD_WIDE
= 0x00001,/* Wide Channel */
enumerator
H
A
D
aic79xx_core.c
3787
if (ahd->features &
AHD_WIDE
) {
in ahd_validate_width()
3826
if ((ahd->features &
AHD_WIDE
) != 0)
in ahd_update_neg_request()
4537
if ((ahd->features &
AHD_WIDE
) != 0)
in ahd_build_transfer_msg()
6285
ahd->features &= ~
AHD_WIDE
;
in ahd_reset()
6287
ahd->features |=
AHD_WIDE
;
in ahd_reset()
6947
if ((ahd->features &
AHD_WIDE
) != 0) {
in ahd_controller_info()
8727
max_scsiid = (ahd->features &
AHD_WIDE
) ? 15 : 7;
in ahd_reset_channel()
10200
max_id = (ahd->features &
AHD_WIDE
) ? 16 : 8;
in ahd_find_tmode_devs()
H
A
D
aic79xx_osm.c
1223
host->max_id = (ahd->features &
AHD_WIDE
) ? 16 : 8;
in ahd_linux_register_host()
1274
numtarg = (ahd->features &
AHD_WIDE
) ? 16 : 8;
in ahd_linux_initialize_scsi_bus()
Completed in 34 milliseconds