Searched refs:sg_prefetch_cnt (Results 1 – 2 of 2) sorted by relevance
6108 u_int sg_prefetch_cnt; in ahc_loadseq() local6128 sg_prefetch_cnt = ahc->pci_cachesize; in ahc_loadseq()6129 if (sg_prefetch_cnt < (2 * sizeof(struct ahc_dma_seg))) in ahc_loadseq()6130 sg_prefetch_cnt = 2 * sizeof(struct ahc_dma_seg); in ahc_loadseq()6131 download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt; in ahc_loadseq()6132 download_consts[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_cnt - 1); in ahc_loadseq()6133 download_consts[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_cnt - 1); in ahc_loadseq()
8297 u_int sg_prefetch_cnt; in ahd_loadseq() local8355 sg_prefetch_cnt = sg_prefetch_align; in ahd_loadseq()8363 while (sg_prefetch_cnt < sg_size) in ahd_loadseq()8364 sg_prefetch_cnt += sg_prefetch_align; in ahd_loadseq()8371 && (sg_prefetch_cnt < CCSGADDR_MAX)) in ahd_loadseq()8372 sg_prefetch_cnt += sg_prefetch_align; in ahd_loadseq()8378 sg_prefetch_cnt_limit = -(sg_prefetch_cnt - sg_size + 1); in ahd_loadseq()8379 download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt; in ahd_loadseq()