Searched refs:pci_cachesize (Results 1 – 8 of 8) sorted by relevance
357 ahd->pci_cachesize = in ahd_pci_config()360 ahd->pci_cachesize *= 4; in ahd_pci_config()
842 ahc->pci_cachesize = in ahc_pci_config()845 ahc->pci_cachesize *= 4; in ahc_pci_config()848 && ahc->pci_cachesize == 4) { in ahc_pci_config()852 ahc->pci_cachesize = 0; in ahc_pci_config()
1060 u_int pci_cachesize; member
787 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) {871 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) {1095 && ahc->pci_cachesize != 0) {1163 && ahc->pci_cachesize != 0) {1236 && ahc->pci_cachesize != 0) {1305 && ahc->pci_cachesize != 0) {
1213 u_int pci_cachesize; member
6844 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1; in ahc_loadseq()6845 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1); in ahc_loadseq()6846 sg_prefetch_cnt = ahc->pci_cachesize; in ahc_loadseq()
969 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0);
9352 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()