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:CFXFER
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7770.c
323
target_settings = (sc->device_flags[i] &
CFXFER
) << 4;
in aha2840_load_seeprom()
H
A
D
aic7xxx_osm.c
594
/* AIC nutcase; 10MHz appears as ultra = 1,
CFXFER
= 0x04
in ahc_linux_target_alloc()
595
* change it to ultra=0,
CFXFER
= 0 */
in ahc_linux_target_alloc()
596
if(ultra && (flags &
CFXFER
) == 0x04) {
in ahc_linux_target_alloc()
598
flags &= ~
CFXFER
;
in ahc_linux_target_alloc()
602
scsirate = (flags &
CFXFER
) | (ultra ? 0x8 : 0);
in ahc_linux_target_alloc()
604
scsirate = (flags &
CFXFER
) << 4;
in ahc_linux_target_alloc()
H
A
D
aic7xxx_pci.c
1442
if ((sc->device_flags[i] &
CFXFER
) == 0x04
in ahc_parse_pci_eeprom()
1445
sc->device_flags[i] &= ~
CFXFER
;
in ahc_parse_pci_eeprom()
1462
scsirate = (sc->device_flags[i] &
CFXFER
)
in ahc_parse_pci_eeprom()
1467
scsirate = (sc->device_flags[i] &
CFXFER
) << 4;
in ahc_parse_pci_eeprom()
H
A
D
aic7xxx.h
771
#define
CFXFER
0x0007 /* synchronous transfer rate */
macro
H
A
D
aic79xx.h
825
#define
CFXFER
0x003F /* synchronous transfer rate */
macro
H
A
D
aic79xx_core.c
7670
user_tinfo->period = (sc->device_flags[targ] &
CFXFER
);
in ahd_parse_cfgdata()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7770.c
323
target_settings = (sc->device_flags[i] &
CFXFER
) << 4;
in aha2840_load_seeprom()
H
A
D
aic7xxx_osm.c
593
/* AIC nutcase; 10MHz appears as ultra = 1,
CFXFER
= 0x04
in ahc_linux_target_alloc()
594
* change it to ultra=0,
CFXFER
= 0 */
in ahc_linux_target_alloc()
595
if(ultra && (flags &
CFXFER
) == 0x04) {
in ahc_linux_target_alloc()
597
flags &= ~
CFXFER
;
in ahc_linux_target_alloc()
601
scsirate = (flags &
CFXFER
) | (ultra ? 0x8 : 0);
in ahc_linux_target_alloc()
603
scsirate = (flags &
CFXFER
) << 4;
in ahc_linux_target_alloc()
H
A
D
aic7xxx_pci.c
1442
if ((sc->device_flags[i] &
CFXFER
) == 0x04
in ahc_parse_pci_eeprom()
1445
sc->device_flags[i] &= ~
CFXFER
;
in ahc_parse_pci_eeprom()
1462
scsirate = (sc->device_flags[i] &
CFXFER
)
in ahc_parse_pci_eeprom()
1467
scsirate = (sc->device_flags[i] &
CFXFER
) << 4;
in ahc_parse_pci_eeprom()
H
A
D
aic7xxx.h
771
#define
CFXFER
0x0007 /* synchronous transfer rate */
macro
H
A
D
aic79xx.h
825
#define
CFXFER
0x003F /* synchronous transfer rate */
macro
H
A
D
aic79xx_core.c
7669
user_tinfo->period = (sc->device_flags[targ] &
CFXFER
);
in ahd_parse_cfgdata()
Completed in 43 milliseconds