Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic79xx_pci.c365 ahd->pci_cachesize = in ahd_pci_config()
368 ahd->pci_cachesize *= 4; in ahd_pci_config()
Daic7xxx_pci.c849 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()
Daic7xxx.h1065 u_int pci_cachesize; member
Daic7xxx.seq787 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) {
Daic79xx.h1222 u_int pci_cachesize; member
Daic7xxx_core.c6878 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()
Daic7xxx_seq.h_shipped969 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0);
Daic79xx_core.c9404 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()