Searched refs:SCSIPERR (Results 1 – 8 of 8) sorted by relevance
753 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) { in ahc_handle_seqint()984 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()990 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()1036 } else if ((status & SCSIPERR) != 0) { in ahc_handle_scsiint()1072 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0 in ahc_handle_scsiint()
1170 #define SCSIPERR 0x04 macro
1987 test SSTAT1, SCSIPERR jnz inb_next_wait_perr;2118 test SSTAT1, SCSIPERR jnz phase_lock_perr;
318 field SCSIPERR 0x04
1412 test SSTAT1, SCSIPERR jnz phase_lock;1439 test SSTAT1, SCSIPERR jnz inb_next_wait;
2780 #define SCSIPERR 0x04 macro
1539 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()1580 } else if ((status & SCSIPERR) != 0) { in ahd_handle_scsiint()
1872 field SCSIPERR 0x04