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:download_consts
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
6800
uint8_t
download_consts
[7];
in ahc_loadseq()
local
6812
download_consts
[QOUTFIFO_OFFSET] = 0;
in ahc_loadseq()
6814
download_consts
[QOUTFIFO_OFFSET] += 32;
in ahc_loadseq()
6815
download_consts
[QINFIFO_OFFSET] =
download_consts
[QOUTFIFO_OFFSET] + 1;
in ahc_loadseq()
6816
download_consts
[CACHESIZE_MASK] = ahc->pci_cachesize - 1;
in ahc_loadseq()
6817
download_consts
[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1);
in ahc_loadseq()
6821
download_consts
[SG_PREFETCH_CNT] = sg_prefetch_cnt;
in ahc_loadseq()
6822
download_consts
[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_cnt - 1);
in ahc_loadseq()
6823
download_consts
[SG_PREFETCH_ADDR_MAS
in ahc_loadseq()
[all...]
H
A
D
aic79xx_core.c
9276
uint8_t
download_consts
[DOWNLOAD_CONST_COUNT];
in ahd_loadseq()
local
9353
download_consts
[SG_PREFETCH_CNT] = sg_prefetch_cnt;
in ahd_loadseq()
9354
download_consts
[SG_PREFETCH_CNT_LIMIT] = sg_prefetch_cnt_limit;
in ahd_loadseq()
9355
download_consts
[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_align - 1);
in ahd_loadseq()
9356
download_consts
[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_align - 1);
in ahd_loadseq()
9357
download_consts
[SG_SIZEOF] = sg_size;
in ahd_loadseq()
9358
download_consts
[PKT_OVERRUN_BUFOFFSET] =
in ahd_loadseq()
9360
download_consts
[SCB_TRANSFER_SIZE] = SCB_TRANSFER_SIZE_1BYTE_LUN;
in ahd_loadseq()
9361
download_consts
[CACHELINE_MASK] = cacheline_mask;
in ahd_loadseq()
9397
ahd_download_instr(ahd, i,
download_consts
);
in ahd_loadseq()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
6795
uint8_t
download_consts
[7];
in ahc_loadseq()
local
6807
download_consts
[QOUTFIFO_OFFSET] = 0;
in ahc_loadseq()
6809
download_consts
[QOUTFIFO_OFFSET] += 32;
in ahc_loadseq()
6810
download_consts
[QINFIFO_OFFSET] =
download_consts
[QOUTFIFO_OFFSET] + 1;
in ahc_loadseq()
6811
download_consts
[CACHESIZE_MASK] = ahc->pci_cachesize - 1;
in ahc_loadseq()
6812
download_consts
[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1);
in ahc_loadseq()
6816
download_consts
[SG_PREFETCH_CNT] = sg_prefetch_cnt;
in ahc_loadseq()
6817
download_consts
[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_cnt - 1);
in ahc_loadseq()
6818
download_consts
[SG_PREFETCH_ADDR_MAS
in ahc_loadseq()
[all...]
H
A
D
aic79xx_core.c
9272
uint8_t
download_consts
[DOWNLOAD_CONST_COUNT];
in ahd_loadseq()
local
9349
download_consts
[SG_PREFETCH_CNT] = sg_prefetch_cnt;
in ahd_loadseq()
9350
download_consts
[SG_PREFETCH_CNT_LIMIT] = sg_prefetch_cnt_limit;
in ahd_loadseq()
9351
download_consts
[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_align - 1);
in ahd_loadseq()
9352
download_consts
[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_align - 1);
in ahd_loadseq()
9353
download_consts
[SG_SIZEOF] = sg_size;
in ahd_loadseq()
9354
download_consts
[PKT_OVERRUN_BUFOFFSET] =
in ahd_loadseq()
9356
download_consts
[SCB_TRANSFER_SIZE] = SCB_TRANSFER_SIZE_1BYTE_LUN;
in ahd_loadseq()
9357
download_consts
[CACHELINE_MASK] = cacheline_mask;
in ahd_loadseq()
9393
ahd_download_instr(ahd, i,
download_consts
);
in ahd_loadseq()
[all...]
Completed in 33 milliseconds