Home
last modified time | relevance | path

Searched refs:download_consts (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c6341 uint8_t download_consts[7]; in ahc_loadseq() local
6353 download_consts[QOUTFIFO_OFFSET] = 0; in ahc_loadseq()
6355 download_consts[QOUTFIFO_OFFSET] += 32; in ahc_loadseq()
6356 download_consts[QINFIFO_OFFSET] = download_consts[QOUTFIFO_OFFSET] + 1; in ahc_loadseq()
6357 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1; in ahc_loadseq()
6358 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1); in ahc_loadseq()
6362 download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt; in ahc_loadseq()
6363 download_consts[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_cnt - 1); in ahc_loadseq()
6364 download_consts[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_cnt - 1); in ahc_loadseq()
6415 ahc_download_instr(ahc, i, download_consts); in ahc_loadseq()
Daic79xx_core.c8101 uint8_t download_consts[DOWNLOAD_CONST_COUNT]; in ahd_loadseq() local
8175 download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt; in ahd_loadseq()
8176 download_consts[SG_PREFETCH_CNT_LIMIT] = sg_prefetch_cnt_limit; in ahd_loadseq()
8177 download_consts[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_align - 1); in ahd_loadseq()
8178 download_consts[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_align - 1); in ahd_loadseq()
8179 download_consts[SG_SIZEOF] = sg_size; in ahd_loadseq()
8180 download_consts[PKT_OVERRUN_BUFOFFSET] = in ahd_loadseq()
8182 download_consts[SCB_TRANSFER_SIZE] = SCB_TRANSFER_SIZE_1BYTE_LUN; in ahd_loadseq()
8219 ahd_download_instr(ahd, i, download_consts); in ahd_loadseq()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c1824 unsigned char download_consts[4] = {0, 0, 0, 0}; in aic7xxx_loadseq() local
1831 download_consts[TMODE_NUMCMDS] = p->num_targetcmds; in aic7xxx_loadseq()
1833 download_consts[TMODE_NUMCMDS] = 0; in aic7xxx_loadseq()
1849 aic7xxx_download_instr(p, i, &download_consts[0]); in aic7xxx_loadseq()