pci_cachesize    1213 drivers/scsi/aic7xxx/aic79xx.h 	u_int			  pci_cachesize;
pci_cachesize    9352 drivers/scsi/aic7xxx/aic79xx_core.c 	sg_prefetch_align = ahd->pci_cachesize;
pci_cachesize     357 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd->pci_cachesize =
pci_cachesize     360 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd->pci_cachesize *= 4;
pci_cachesize    1060 drivers/scsi/aic7xxx/aic7xxx.h 	u_int			  pci_cachesize;
pci_cachesize    6844 drivers/scsi/aic7xxx/aic7xxx_core.c 	download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1;
pci_cachesize    6845 drivers/scsi/aic7xxx/aic7xxx_core.c 	download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1);
pci_cachesize    6846 drivers/scsi/aic7xxx/aic7xxx_core.c 	sg_prefetch_cnt = ahc->pci_cachesize;
pci_cachesize     842 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc->pci_cachesize =
pci_cachesize     845 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc->pci_cachesize *= 4;
pci_cachesize     848 drivers/scsi/aic7xxx/aic7xxx_pci.c 	 && ahc->pci_cachesize == 4) {
pci_cachesize     852 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc->pci_cachesize = 0;