Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c8553 u_int sg_prefetch_align; in ahd_loadseq() local
8592 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()
8593 if (sg_prefetch_align == 0) in ahd_loadseq()
8594 sg_prefetch_align = 8; in ahd_loadseq()
8596 sg_prefetch_align = rounddown_pow_of_two(sg_prefetch_align); in ahd_loadseq()
8598 cacheline_mask = sg_prefetch_align - 1; in ahd_loadseq()
8605 if (sg_prefetch_align > CCSGADDR_MAX/2) in ahd_loadseq()
8606 sg_prefetch_align = CCSGADDR_MAX/2; in ahd_loadseq()
8608 sg_prefetch_cnt = sg_prefetch_align; in ahd_loadseq()
8617 sg_prefetch_cnt += sg_prefetch_align; in ahd_loadseq()
[all …]