Searched refs:pci_cachesize (Results 1 – 8 of 8) sorted by relevance
971 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0); in ahc_patch14_func()
423 ahd->pci_cachesize = in ahd_pci_config()426 ahd->pci_cachesize *= 4; in ahd_pci_config()
925 ahc->pci_cachesize = in ahc_pci_config()928 ahc->pci_cachesize *= 4; in ahc_pci_config()931 && ahc->pci_cachesize == 4) { in ahc_pci_config()935 ahc->pci_cachesize = 0; in ahc_pci_config()
791 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) {875 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) {1099 && ahc->pci_cachesize != 0) {1167 && ahc->pci_cachesize != 0) {1240 && ahc->pci_cachesize != 0) {1309 && ahc->pci_cachesize != 0) {
1109 u_int pci_cachesize; member
1274 u_int pci_cachesize; member
6450 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1; in ahc_loadseq()6451 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1); in ahc_loadseq()6452 sg_prefetch_cnt = ahc->pci_cachesize; in ahc_loadseq()
8669 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()