Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Daha152x.h164 #define SCSIPERR 0x04 macro
H A Daha152x.c2247 } else if(stat1 & SCSIPERR) { in update_state()
2249 SETPORT(SSTAT1,SCSIPERR); in update_state()
2651 if (s & SCSIPERR) in get_ports()
2693 if (s & SCSIPERR) in get_ports()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_reg_print.c_shipped111 { "SCSIPERR", 0x04, 0x04 },
H A Daic79xx_reg_print.c_shipped275 { "SCSIPERR", 0x04, 0x04 },
H A Daic7xxx_reg.h_shipped296 #define SCSIPERR 0x04
H A Daic7xxx_core.c1314 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) { in ahc_handle_seqint()
1547 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1553 & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1599 } else if ((status & SCSIPERR) != 0) { in ahc_handle_scsiint()
1635 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0 in ahc_handle_scsiint()
H A Daic7xxx.seq1985 test SSTAT1, SCSIPERR jnz inb_next_wait_perr;
2116 test SSTAT1, SCSIPERR jnz phase_lock_perr;
H A Daic79xx_reg.h_shipped765 #define SCSIPERR 0x04
H A Daic7xxx.reg342 field SCSIPERR 0x04
H A Daic79xx.seq1414 test SSTAT1, SCSIPERR jnz phase_lock;
1441 test SSTAT1, SCSIPERR jnz inb_next_wait;
H A Daic79xx_core.c2389 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
2444 } else if ((status & SCSIPERR) != 0) { in ahd_handle_scsiint()
H A Daic79xx.reg1977 field SCSIPERR 0x04