download_consts  9316 drivers/scsi/aic7xxx/aic79xx_core.c 	uint8_t	download_consts[DOWNLOAD_CONST_COUNT];
download_consts  9393 drivers/scsi/aic7xxx/aic79xx_core.c 	download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt;
download_consts  9394 drivers/scsi/aic7xxx/aic79xx_core.c 	download_consts[SG_PREFETCH_CNT_LIMIT] = sg_prefetch_cnt_limit;
download_consts  9395 drivers/scsi/aic7xxx/aic79xx_core.c 	download_consts[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_align - 1);
download_consts  9396 drivers/scsi/aic7xxx/aic79xx_core.c 	download_consts[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_align - 1);
download_consts  9397 drivers/scsi/aic7xxx/aic79xx_core.c 	download_consts[SG_SIZEOF] = sg_size;
download_consts  9398 drivers/scsi/aic7xxx/aic79xx_core.c 	download_consts[PKT_OVERRUN_BUFOFFSET] =
download_consts  9400 drivers/scsi/aic7xxx/aic79xx_core.c 	download_consts[SCB_TRANSFER_SIZE] = SCB_TRANSFER_SIZE_1BYTE_LUN;
download_consts  9401 drivers/scsi/aic7xxx/aic79xx_core.c 	download_consts[CACHELINE_MASK] = cacheline_mask;
download_consts  9437 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_download_instr(ahd, i, download_consts);
download_consts  6828 drivers/scsi/aic7xxx/aic7xxx_core.c 	uint8_t	download_consts[7];
download_consts  6840 drivers/scsi/aic7xxx/aic7xxx_core.c 	download_consts[QOUTFIFO_OFFSET] = 0;
download_consts  6842 drivers/scsi/aic7xxx/aic7xxx_core.c 		download_consts[QOUTFIFO_OFFSET] += 32;
download_consts  6843 drivers/scsi/aic7xxx/aic7xxx_core.c 	download_consts[QINFIFO_OFFSET] = download_consts[QOUTFIFO_OFFSET] + 1;
download_consts  6844 drivers/scsi/aic7xxx/aic7xxx_core.c 	download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1;
download_consts  6845 drivers/scsi/aic7xxx/aic7xxx_core.c 	download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1);
download_consts  6849 drivers/scsi/aic7xxx/aic7xxx_core.c 	download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt;
download_consts  6850 drivers/scsi/aic7xxx/aic7xxx_core.c 	download_consts[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_cnt - 1);
download_consts  6851 drivers/scsi/aic7xxx/aic7xxx_core.c 	download_consts[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_cnt - 1);
download_consts  6902 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_download_instr(ahc, i, download_consts);