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

/linux-master/drivers/scsi/aic7xxx/
H A 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) {
H A Daic7xxx_pci.c842 ahc->pci_cachesize =
845 ahc->pci_cachesize *= 4;
848 && ahc->pci_cachesize == 4) {
852 ahc->pci_cachesize = 0;
H A Daic79xx_pci.c357 ahd->pci_cachesize =
360 ahd->pci_cachesize *= 4;
H A Daic7xxx.h1058 u_int pci_cachesize; member in struct:ahc_softc
H A Daic79xx.h1213 u_int pci_cachesize; member in struct:ahd_softc
H A Daic7xxx_core.c6811 download_consts[CACHESIZE_MASK] = ahc->pci_cachesize - 1;
6812 download_consts[INVERTED_CACHESIZE_MASK] = ~(ahc->pci_cachesize - 1);
6813 sg_prefetch_cnt = ahc->pci_cachesize;
H A Daic79xx_core.c9308 sg_prefetch_align = ahd->pci_cachesize;

Completed in 418 milliseconds