pci_cachesize    8515 dev/ic/aic79xx.c 	sg_prefetch_align = ahd->pci_cachesize;
pci_cachesize    1273 dev/ic/aic79xx.h 	u_int			  pci_cachesize;
pci_cachesize    6195 dev/ic/aic7xxx.c 	download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1;
pci_cachesize    6196 dev/ic/aic7xxx.c 	download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1);
pci_cachesize    6197 dev/ic/aic7xxx.c 	sg_prefetch_cnt = ahc->pci_cachesize;
pci_cachesize    1120 dev/ic/aic7xxxvar.h 	u_int			  pci_cachesize;
pci_cachesize     970 dev/microcode/aic7xxx/aic7xxx_seq.h 	return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0);
pci_cachesize     948 dev/pci/ahc_pci.c 	ahc->pci_cachesize =
pci_cachesize     950 dev/pci/ahc_pci.c 	ahc->pci_cachesize *= 4;
pci_cachesize     953 dev/pci/ahc_pci.c 	    && ahc->pci_cachesize == 4) {
pci_cachesize     955 dev/pci/ahc_pci.c 		ahc->pci_cachesize = 0;
pci_cachesize     528 dev/pci/ahd_pci.c 	ahd->pci_cachesize = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
pci_cachesize     529 dev/pci/ahd_pci.c 	ahd->pci_cachesize *= 4;