Home
last modified time | relevance | path

Searched refs:AHC_PCI_MWI_BUG (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c2053 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic785X_setup()
2071 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic7860_setup()
2098 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic7870_setup()
2181 ahc->bugs |= AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic7880_setup()
2299 ahc->bugs |= AHC_PCI_MWI_BUG; in ahc_aic7895_setup()
H A Daic7xxx.h295 AHC_PCI_MWI_BUG = 0x20, enumerator
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) {
1094 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0
1162 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0
1235 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0
1304 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0
H A Daic7xxx_seq.h_shipped969 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0);