sg_prefetch_cnt  8474 dev/ic/aic79xx.c 	u_int	sg_prefetch_cnt;
sg_prefetch_cnt  8532 dev/ic/aic79xx.c 	sg_prefetch_cnt = sg_prefetch_align;
sg_prefetch_cnt  8540 dev/ic/aic79xx.c 	while (sg_prefetch_cnt < sg_size)
sg_prefetch_cnt  8541 dev/ic/aic79xx.c 		sg_prefetch_cnt += sg_prefetch_align;
sg_prefetch_cnt  8548 dev/ic/aic79xx.c 	 && (sg_prefetch_cnt < CCSGADDR_MAX))
sg_prefetch_cnt  8549 dev/ic/aic79xx.c 		sg_prefetch_cnt += sg_prefetch_align;
sg_prefetch_cnt  8555 dev/ic/aic79xx.c 	sg_prefetch_cnt_limit = -(sg_prefetch_cnt - sg_size + 1);
sg_prefetch_cnt  8556 dev/ic/aic79xx.c 	download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt;
sg_prefetch_cnt  6177 dev/ic/aic7xxx.c 	u_int	sg_prefetch_cnt;
sg_prefetch_cnt  6197 dev/ic/aic7xxx.c 	sg_prefetch_cnt = ahc->pci_cachesize;
sg_prefetch_cnt  6198 dev/ic/aic7xxx.c 	if (sg_prefetch_cnt < (2 * sizeof(struct ahc_dma_seg)))
sg_prefetch_cnt  6199 dev/ic/aic7xxx.c 		sg_prefetch_cnt = 2 * sizeof(struct ahc_dma_seg);
sg_prefetch_cnt  6200 dev/ic/aic7xxx.c 	download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt;
sg_prefetch_cnt  6201 dev/ic/aic7xxx.c 	download_consts[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_cnt - 1);
sg_prefetch_cnt  6202 dev/ic/aic7xxx.c 	download_consts[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_cnt - 1);