Home
last modified time | relevance | path

Searched refs:AHD_BUSFREEREV_BUG (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c953 | AHD_SET_MODE_BUG|AHD_BUSFREEREV_BUG in ahd_aic790X_setup()
971 | AHD_BUSFREEREV_BUG; in ahd_aic790X_setup()
H A Daic79xx.h294 AHD_BUSFREEREV_BUG = 0x40000, enumerator
H A Daic79xx_seq.h_shipped939 return ((ahd->bugs & AHD_BUSFREEREV_BUG) == 0);
971 return ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0);
H A Daic79xx.seq633 if ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0) {
819 if ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0) {
1309 if ((ahd->bugs & AHD_BUSFREEREV_BUG) == 0) {
2215 if ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0) {
H A Daic79xx_core.c2631 && (ahd->bugs & AHD_BUSFREEREV_BUG) != 0) in ahd_handle_scsiint()
7272 if ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0) { in ahd_chip_init()