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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c837 ahc->pci_cachesize =
840 ahc->pci_cachesize *= 4;
843 && ahc->pci_cachesize == 4) {
847 ahc->pci_cachesize = 0;
H A Daic79xx_pci.c365 ahd->pci_cachesize =
368 ahd->pci_cachesize *= 4;
H A Daic7xxx.h1057 u_int pci_cachesize; member in struct:ahc_softc
H A Daic79xx.h1219 u_int pci_cachesize; member in struct:ahd_softc
H A Daic7xxx_core.c6812 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1;
6813 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1);
6814 sg_prefetch_cnt = ahc->pci_cachesize;
H A Daic79xx_core.c9323 sg_prefetch_align = ahd->pci_cachesize;

Completed in 73 milliseconds