Home
last modified time | relevance | path

Searched refs:SCSIPERR (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c753 && (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()
H A Daic7xxx_reg.h1170 #define SCSIPERR 0x04 macro
H A Daic7xxx.seq1987 test SSTAT1, SCSIPERR jnz inb_next_wait_perr;
2118 test SSTAT1, SCSIPERR jnz phase_lock_perr;
H A Daic7xxx.reg318 field SCSIPERR 0x04
H A Daic79xx.seq1412 test SSTAT1, SCSIPERR jnz phase_lock;
1439 test SSTAT1, SCSIPERR jnz inb_next_wait;
H A Daic79xx_reg.h2780 #define SCSIPERR 0x04 macro
H A Daic79xx.c1539 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
1580 } else if ((status & SCSIPERR) != 0) { in ahd_handle_scsiint()
H A Daic79xx.reg1872 field SCSIPERR 0x04