Home
last modified time | relevance | path

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

/trueos/sys/dev/aic7xxx/
HDaic79xx.c8630 u_int sg_prefetch_align; in ahd_loadseq() local
8669 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()
8670 if (sg_prefetch_align == 0) in ahd_loadseq()
8671 sg_prefetch_align = 8; in ahd_loadseq()
8673 while (powerof2(sg_prefetch_align) == 0) in ahd_loadseq()
8674 sg_prefetch_align--; in ahd_loadseq()
8676 cacheline_mask = sg_prefetch_align - 1; in ahd_loadseq()
8683 if (sg_prefetch_align > CCSGADDR_MAX/2) in ahd_loadseq()
8684 sg_prefetch_align = CCSGADDR_MAX/2; in ahd_loadseq()
8686 sg_prefetch_cnt = sg_prefetch_align; in ahd_loadseq()
[all …]