Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic79xx_pci.c953 | AHD_SET_MODE_BUG|AHD_BUSFREEREV_BUG in ahd_aic790X_setup()
971 | AHD_BUSFREEREV_BUG; in ahd_aic790X_setup()
Daic79xx.h294 AHD_BUSFREEREV_BUG = 0x40000, enumerator
Daic79xx_seq.h_shipped939 return ((ahd->bugs & AHD_BUSFREEREV_BUG) == 0);
971 return ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0);
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) {
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()