Home
last modified time | relevance | path

Searched refs:sg_prefetch_cnt (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Daic7xxx.c6290 u_int sg_prefetch_cnt; in ahc_loadseq() local
6309 sg_prefetch_cnt = ahc->pci_cachesize; in ahc_loadseq()
6310 if (sg_prefetch_cnt < (2 * sizeof(struct ahc_dma_seg))) in ahc_loadseq()
6311 sg_prefetch_cnt = 2 * sizeof(struct ahc_dma_seg); in ahc_loadseq()
6312 download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt; in ahc_loadseq()
6313 download_consts[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_cnt - 1); in ahc_loadseq()
6314 download_consts[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_cnt - 1); in ahc_loadseq()
Daic79xx.c8267 u_int sg_prefetch_cnt; in ahd_loadseq() local
8321 sg_prefetch_cnt = sg_prefetch_align; in ahd_loadseq()
8329 while (sg_prefetch_cnt < sg_size) in ahd_loadseq()
8330 sg_prefetch_cnt += sg_prefetch_align; in ahd_loadseq()
8337 && (sg_prefetch_cnt < CCSGADDR_MAX)) in ahd_loadseq()
8338 sg_prefetch_cnt += sg_prefetch_align; in ahd_loadseq()
8344 sg_prefetch_cnt_limit = -(sg_prefetch_cnt - sg_size + 1); in ahd_loadseq()
8345 download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt; in ahd_loadseq()