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:FE_PFEN
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_fw.c
338
else if (!(chip->features & (
FE_PFEN
|FE_NOPM|FE_DAC)))
in sym_find_firmware()
419
!(np->features &
FE_PFEN
)) {
in sym_fw_bind_script()
H
A
D
sym_hipd.c
829
if ((np->features &
FE_PFEN
) && !np->ram_ba)
831
if (np->features &
FE_PFEN
)
1196
FE_CACHE_SET|FE_LDSTR|
FE_PFEN
|FE_BOF}
1206
FE_WIDE|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|FE_RAM|FE_DIFF}
1209
FE_ULTRA|FE_CACHE_SET|FE_BOF|FE_LDSTR|
FE_PFEN
}
1212
FE_WIDE|FE_ULTRA|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|
1216
FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|
1220
FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|
1224
FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|
1234
FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|
[all...]
H
A
D
sym_defs.h
57
#define
FE_PFEN
(1<<12) /* Prefetch enable */
macro
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_fw.c
338
else if (!(chip->features & (
FE_PFEN
|FE_NOPM|FE_DAC)))
in sym_find_firmware()
419
!(np->features &
FE_PFEN
)) {
in sym_fw_bind_script()
H
A
D
sym_hipd.c
829
if ((np->features &
FE_PFEN
) && !np->ram_ba)
831
if (np->features &
FE_PFEN
)
1196
FE_CACHE_SET|FE_LDSTR|
FE_PFEN
|FE_BOF}
1206
FE_WIDE|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|FE_RAM|FE_DIFF}
1209
FE_ULTRA|FE_CACHE_SET|FE_BOF|FE_LDSTR|
FE_PFEN
}
1212
FE_WIDE|FE_ULTRA|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|
1216
FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|
1220
FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|
1224
FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|
1234
FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|
[all...]
H
A
D
sym_defs.h
57
#define
FE_PFEN
(1<<12) /* Prefetch enable */
macro
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ncr53c8xx.h
475
#define
FE_PFEN
(1<<12) /* Prefetch enable */
macro
495
#define FE_SPECIAL_SET (FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|FE_RAM)
H
A
D
ncr53c8xx.c
3573
if ((opcode & SCR_NO_FLUSH) && !(np->features &
FE_PFEN
)) {
in ncr_script_copy_and_bind()
3856
if (np->features &
FE_PFEN
)
in ncr_prepare_setting()
7310
ncrcmd copy_4 = np->features &
FE_PFEN
? SCR_COPY(4) : SCR_COPY_F(4);
in ncr_init_ccb()
7399
ncrcmd copy_1 = np->features &
FE_PFEN
? SCR_COPY(1) : SCR_COPY_F(1);
in ncr_init_tcb()
7487
ncrcmd copy_4 = np->features &
FE_PFEN
? SCR_COPY(4) : SCR_COPY_F(4);
in ncr_alloc_lcb()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ncr53c8xx.h
475
#define
FE_PFEN
(1<<12) /* Prefetch enable */
macro
495
#define FE_SPECIAL_SET (FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|
FE_PFEN
|FE_RAM)
H
A
D
ncr53c8xx.c
3545
if ((opcode & SCR_NO_FLUSH) && !(np->features &
FE_PFEN
)) {
in ncr_script_copy_and_bind()
3828
if (np->features &
FE_PFEN
)
in ncr_prepare_setting()
7144
ncrcmd copy_4 = np->features &
FE_PFEN
? SCR_COPY(4) : SCR_COPY_F(4);
in ncr_init_ccb()
7233
ncrcmd copy_1 = np->features &
FE_PFEN
? SCR_COPY(1) : SCR_COPY_F(1);
in ncr_init_tcb()
7321
ncrcmd copy_4 = np->features &
FE_PFEN
? SCR_COPY(4) : SCR_COPY_F(4);
in ncr_alloc_lcb()
Completed in 32 milliseconds