Searched refs:pci_cachesize (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_pci.c924 ahc->pci_cachesize =
927 ahc->pci_cachesize *= 4;
930 && ahc->pci_cachesize == 4) {
933 ahc->pci_cachesize = 0;
H A Daic79xx_pci.c423 ahd->pci_cachesize =
426 ahd->pci_cachesize *= 4;
H A Daic79xx.h1276 u_int pci_cachesize; member in struct:ahd_softc
H A Daic7xxx.h1111 u_int pci_cachesize; member in struct:ahc_softc
H A Daic7xxx.c6419 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1;
6420 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1);
6421 sg_prefetch_cnt = ahc->pci_cachesize;
H A Daic7xxx_seq.h971 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0);
H A Daic79xx.c8618 sg_prefetch_align = ahd->pci_cachesize;

Completed in 205 milliseconds