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_ULTRA
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
206
AHC_ULTRA
= 0x00001, /* Supports 20MHz Transfers */
enumerator
232
* out with the
AHC_ULTRA
feature set and then check the DEVSTATUS
235
AHC_AIC7850_FE = AHC_SPIOCAP|AHC_AUTOPAUSE|AHC_TARGETMODE|
AHC_ULTRA
,
238
AHC_AIC7880_FE = AHC_AIC7870_FE|
AHC_ULTRA
,
H
A
D
aic7xxx_pci.c
859
if ((ahc->features &
AHC_ULTRA
) != 0) {
in ahc_pci_config()
865
ahc->features &= ~
AHC_ULTRA
;
in ahc_pci_config()
1490
if (ahc->features &
AHC_ULTRA
in ahc_parse_pci_eeprom()
H
A
D
aic7xxx_core.c
2209
} else if ((ahc->features &
AHC_ULTRA
) != 0) {
in ahc_devlimited_syncrate()
2266
if ((ahc->features & (AHC_DT | AHC_ULTRA2 |
AHC_ULTRA
)) == 0
in ahc_find_syncrate()
2339
if ((ahc->features & (AHC_DT | AHC_ULTRA2 |
AHC_ULTRA
)) == 0
in ahc_find_period()
5015
if ((ahc->features &
AHC_ULTRA
) != 0) {
in ahc_controller_info()
5410
if ((ahc->features &
AHC_ULTRA
) != 0)
in ahc_init()
5415
if ((ahc->features & (
AHC_ULTRA
|AHC_ULTRA2)) != 0)
in ahc_init()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
206
AHC_ULTRA
= 0x00001, /* Supports 20MHz Transfers */
enumerator
232
* out with the
AHC_ULTRA
feature set and then check the DEVSTATUS
235
AHC_AIC7850_FE = AHC_SPIOCAP|AHC_AUTOPAUSE|AHC_TARGETMODE|
AHC_ULTRA
,
238
AHC_AIC7880_FE = AHC_AIC7870_FE|
AHC_ULTRA
,
H
A
D
aic7xxx_pci.c
859
if ((ahc->features &
AHC_ULTRA
) != 0) {
in ahc_pci_config()
865
ahc->features &= ~
AHC_ULTRA
;
in ahc_pci_config()
1490
if (ahc->features &
AHC_ULTRA
in ahc_parse_pci_eeprom()
H
A
D
aic7xxx_core.c
2207
} else if ((ahc->features &
AHC_ULTRA
) != 0) {
in ahc_devlimited_syncrate()
2264
if ((ahc->features & (AHC_DT | AHC_ULTRA2 |
AHC_ULTRA
)) == 0
in ahc_find_syncrate()
2337
if ((ahc->features & (AHC_DT | AHC_ULTRA2 |
AHC_ULTRA
)) == 0
in ahc_find_period()
5014
if ((ahc->features &
AHC_ULTRA
) != 0) {
in ahc_controller_info()
5409
if ((ahc->features &
AHC_ULTRA
) != 0)
in ahc_init()
5414
if ((ahc->features & (
AHC_ULTRA
|AHC_ULTRA2)) != 0)
in ahc_init()
Completed in 24 milliseconds