Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Daha152x.h206 #define SCSIPERR 0x04 macro
Daha152x.c2929 } else if(stat1 & SCSIPERR) {
2931 SETPORT(SSTAT1,SCSIPERR);
3219 if (s & SCSIPERR)
3261 if (s & SCSIPERR)
3588 if (s & SCSIPERR)
3630 if (s & SCSIPERR)
Daic7xxx_old.c6441 else if (status & SCSIPERR) in aic7xxx_handle_scsiint()
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h109 #define SCSIPERR 0x04 macro
Daic7xxx.seq1066 test SSTAT1, SCSIPERR jnz .;
1299 test SSTAT1, SCSIPERR jnz phase_lock;
Daic7xxx.reg295 bit SCSIPERR 0x04
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c740 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) { in ahc_handle_seqint()
973 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
979 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1025 } else if ((status & SCSIPERR) != 0) { in ahc_handle_scsiint()
1061 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0 in ahc_handle_scsiint()
Daic7xxx_reg.h1171 #define SCSIPERR 0x04 macro
Daic79xx.seq1209 test SSTAT1, SCSIPERR jnz phase_lock;
1236 test SSTAT1, SCSIPERR jnz inb_next_wait;
Daic7xxx.seq1984 test SSTAT1, SCSIPERR jnz inb_next_wait_perr;
2115 test SSTAT1, SCSIPERR jnz phase_lock_perr;
Daic7xxx.reg320 field SCSIPERR 0x04
Daic79xx_reg.h2755 #define SCSIPERR 0x04 macro
Daic79xx_core.c1167 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
1209 } else if ((status & SCSIPERR) != 0) { in ahd_handle_scsiint()
Daic79xx.reg1881 field SCSIPERR 0x04