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_WIDE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7770.c
192
if ((ahc->features &
AHC_WIDE
) != 0) {
in aic7770_config()
318
max_targ = (ahc->features &
AHC_WIDE
) != 0 ? 16 : 8;
in aha2840_load_seeprom()
H
A
D
aic7xxx_pci.c
1595
if ((ahc->features &
AHC_WIDE
) == 0)
in configure_termination()
1604
if ((ahc->features &
AHC_WIDE
) != 0)
in configure_termination()
1653
if ((ahc->features &
AHC_WIDE
) != 0
in configure_termination()
1724
&& (ahc->features &
AHC_WIDE
) != 0) {
in configure_termination()
1739
if ((ahc->features &
AHC_WIDE
) != 0)
in configure_termination()
H
A
D
aic7xxx_proc.c
321
if ((ahc->features & (
AHC_WIDE
|AHC_TWIN)) == 0)
in ahc_linux_show_info()
H
A
D
aic7xxx_core.c
2402
if (ahc->features &
AHC_WIDE
) {
in ahc_validate_width()
2441
if ((ahc->features &
AHC_WIDE
) != 0)
in ahc_update_neg_request()
2991
if ((ahc->features &
AHC_WIDE
) != 0)
in ahc_build_transfer_msg()
4608
ahc->features |=
AHC_WIDE
;
in ahc_reset()
5022
if ((ahc->features &
AHC_WIDE
) != 0) {
in ahc_controller_info()
5420
if ((ahc->features & (
AHC_WIDE
|AHC_TWIN)) == 0)
in ahc_init()
5443
if ((ahc->features &
AHC_WIDE
) != 0)
in ahc_init()
5509
&& (ahc->features &
AHC_WIDE
) != 0)
in ahc_init()
6527
max_scsiid = (ahc->features &
AHC_WIDE
) ? 15 : 7;
in ahc_reset_channel()
7266
maxtarget = (ahc->features & (
AHC_WIDE
|AHC_TWI
in ahc_dump_card_state()
[all...]
H
A
D
aic7xxx.h
208
AHC_WIDE
= 0x00004, /* Wide Channel */
enumerator
H
A
D
aic7xxx_osm.c
1090
host->max_id = (ahc->features &
AHC_WIDE
) ? 16 : 8;
in ahc_linux_register_host()
1143
numtarg = (ahc->features &
AHC_WIDE
) ? 16 : 8;
in ahc_linux_initialize_scsi_bus()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7770.c
192
if ((ahc->features &
AHC_WIDE
) != 0) {
in aic7770_config()
318
max_targ = (ahc->features &
AHC_WIDE
) != 0 ? 16 : 8;
in aha2840_load_seeprom()
H
A
D
aic7xxx_pci.c
1595
if ((ahc->features &
AHC_WIDE
) == 0)
in configure_termination()
1604
if ((ahc->features &
AHC_WIDE
) != 0)
in configure_termination()
1653
if ((ahc->features &
AHC_WIDE
) != 0
in configure_termination()
1724
&& (ahc->features &
AHC_WIDE
) != 0) {
in configure_termination()
1739
if ((ahc->features &
AHC_WIDE
) != 0)
in configure_termination()
H
A
D
aic7xxx_proc.c
322
if ((ahc->features & (
AHC_WIDE
|AHC_TWIN)) == 0)
in ahc_linux_show_info()
H
A
D
aic7xxx_core.c
2400
if (ahc->features &
AHC_WIDE
) {
in ahc_validate_width()
2439
if ((ahc->features &
AHC_WIDE
) != 0)
in ahc_update_neg_request()
2989
if ((ahc->features &
AHC_WIDE
) != 0)
in ahc_build_transfer_msg()
4607
ahc->features |=
AHC_WIDE
;
in ahc_reset()
5021
if ((ahc->features &
AHC_WIDE
) != 0) {
in ahc_controller_info()
5419
if ((ahc->features & (
AHC_WIDE
|AHC_TWIN)) == 0)
in ahc_init()
5442
if ((ahc->features &
AHC_WIDE
) != 0)
in ahc_init()
5508
&& (ahc->features &
AHC_WIDE
) != 0)
in ahc_init()
6522
max_scsiid = (ahc->features &
AHC_WIDE
) ? 15 : 7;
in ahc_reset_channel()
7260
maxtarget = (ahc->features & (
AHC_WIDE
|AHC_TWI
in ahc_dump_card_state()
[all...]
H
A
D
aic7xxx.h
208
AHC_WIDE
= 0x00004, /* Wide Channel */
enumerator
H
A
D
aic7xxx_osm.c
1089
host->max_id = (ahc->features &
AHC_WIDE
) ? 16 : 8;
in ahc_linux_register_host()
1142
numtarg = (ahc->features &
AHC_WIDE
) ? 16 : 8;
in ahc_linux_initialize_scsi_bus()
Completed in 31 milliseconds