Searched refs:pci_cachesize (Results 1 – 8 of 8) sorted by relevance
365 ahd->pci_cachesize = in ahd_pci_config()368 ahd->pci_cachesize *= 4; in ahd_pci_config()
849 ahc->pci_cachesize = in ahc_pci_config()852 ahc->pci_cachesize *= 4; in ahc_pci_config()855 && ahc->pci_cachesize == 4) { in ahc_pci_config()859 ahc->pci_cachesize = 0; in ahc_pci_config()
1065 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) {
1222 u_int pci_cachesize; member
6878 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1; in ahc_loadseq()6879 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1); in ahc_loadseq()6880 sg_prefetch_cnt = ahc->pci_cachesize; in ahc_loadseq()
969 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0);
9404 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()