Searched refs:pci_cachesize (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A 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) {
H A Daic7xxx_pci.c925 ahc->pci_cachesize =
928 ahc->pci_cachesize *= 4;
931 && ahc->pci_cachesize == 4) {
935 ahc->pci_cachesize = 0;
H A Daic79xx_pci.c409 ahd->pci_cachesize =
412 ahd->pci_cachesize *= 4;
H A Daic79xx.h1274 u_int pci_cachesize; member in struct:ahd_softc
H A Daic7xxx.h1109 u_int pci_cachesize; member in struct:ahc_softc
H A Daic7xxx.c6450 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1;
6451 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1);
6452 sg_prefetch_cnt = ahc->pci_cachesize;
H A Daic79xx.c8669 sg_prefetch_align = ahd->pci_cachesize;

Completed in 267 milliseconds