Searched refs:pci_cachesize (Results 1 – 8 of 8) sorted by relevance
938 ahc->pci_cachesize = in ahc_pci_attach()940 ahc->pci_cachesize *= 4; in ahc_pci_attach()943 && ahc->pci_cachesize == 4) { in ahc_pci_attach()945 ahc->pci_cachesize = 0; in ahc_pci_attach()
519 ahd->pci_cachesize = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG); in ahd_pci_attach()520 ahd->pci_cachesize *= 4; in ahd_pci_attach()
970 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0); in ahc_patch14_func()
792 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) {876 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) {1100 && ahc->pci_cachesize != 0) {1168 && ahc->pci_cachesize != 0) {1241 && ahc->pci_cachesize != 0) {1310 && ahc->pci_cachesize != 0) {
1106 u_int pci_cachesize; member
1215 u_int pci_cachesize; member
6126 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1; in ahc_loadseq()6127 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1); in ahc_loadseq()6128 sg_prefetch_cnt = ahc->pci_cachesize; in ahc_loadseq()
8338 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()