OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:download_consts
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
8271
uint8_t
download_consts
[DOWNLOAD_CONST_COUNT];
local in function:ahd_loadseq
8345
download_consts
[SG_PREFETCH_CNT] = sg_prefetch_cnt;
8346
download_consts
[SG_PREFETCH_CNT_LIMIT] = sg_prefetch_cnt_limit;
8347
download_consts
[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_align - 1);
8348
download_consts
[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_align - 1);
8349
download_consts
[SG_SIZEOF] = sg_size;
8350
download_consts
[PKT_OVERRUN_BUFOFFSET] =
8352
download_consts
[SCB_TRANSFER_SIZE] = SCB_TRANSFER_SIZE_1BYTE_LUN;
8389
ahd_download_instr(ahd, i,
download_consts
);
aic7xxx.c
6291
uint8_t
download_consts
[7];
local in function:ahc_loadseq
6303
download_consts
[QOUTFIFO_OFFSET] = 0;
6305
download_consts
[QOUTFIFO_OFFSET] += 32;
6306
download_consts
[QINFIFO_OFFSET] =
download_consts
[QOUTFIFO_OFFSET] + 1;
6307
download_consts
[CACHESIZE_MASK] = ahc->pci_cachesize - 1;
6308
download_consts
[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1);
6312
download_consts
[SG_PREFETCH_CNT] = sg_prefetch_cnt;
6313
download_consts
[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_cnt - 1);
6314
download_consts
[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_cnt - 1)
[
all
...]
Completed in 21 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025