Home
last modified time | relevance | path

Searched refs:pci_cachesize (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx_seq.h971 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0); in ahc_patch14_func()
Daic79xx_pci.c423 ahd->pci_cachesize = in ahd_pci_config()
426 ahd->pci_cachesize *= 4; in ahd_pci_config()
Daic7xxx_pci.c925 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()
Daic7xxx.seq791 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) {
Daic7xxx.h1109 u_int pci_cachesize; member
Daic79xx.h1274 u_int pci_cachesize; member
Daic7xxx.c6450 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()
Daic79xx.c8669 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()