Home
last modified time | relevance | path

Searched refs:SEQINT (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx.reg688 bit SEQINT 0x01
689 mask BAD_PHASE SEQINT /* unknown scsi bus phase */
690 mask SEND_REJECT 0x10|SEQINT /* sending a message reject */
691 mask NO_IDENT 0x20|SEQINT /* no IDENTIFY after reconnect*/
692 mask NO_MATCH 0x30|SEQINT /* no cmd match for reconnect */
693 mask EXTENDED_MSG 0x40|SEQINT /* Extended message received */
694 mask WIDE_RESIDUE 0x50|SEQINT /* need kernel to back up */
696 mask REJECT_MSG 0x60|SEQINT /* Reject message received */
697 mask BAD_STATUS 0x70|SEQINT /* Bad status from target */
698 mask RESIDUAL 0x80|SEQINT /* Residual byte count != 0 */
[all …]
Daic7xxx_reg.h415 #define SEQINT 0x01 macro
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.reg806 field SEQINT 0x01
807 mask BAD_PHASE SEQINT /* unknown scsi bus phase */
808 mask SEND_REJECT 0x10|SEQINT /* sending a message reject */
809 mask PROTO_VIOLATION 0x20|SEQINT /* SCSI protocol violation */
810 mask NO_MATCH 0x30|SEQINT /* no cmd match for reconnect */
811 mask IGN_WIDE_RES 0x40|SEQINT /* Complex IGN Wide Res Msg */
812 mask PDATA_REINIT 0x50|SEQINT /*
819 mask HOST_MSG_LOOP 0x60|SEQINT /*
828 mask BAD_STATUS 0x70|SEQINT /* Bad status from target */
829 mask PERR_DETECTED 0x80|SEQINT /*
[all …]
Daic7xxx_inline.h114 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0) in ahc_unpause()
636 } else if ((intstat & (SEQINT|SCSIINT)) != 0) { in ahc_intr()
640 if ((intstat & SEQINT) != 0) in ahc_intr()
Daic79xx_inline.h923 intstat |= SEQINT; in ahd_intr()
949 if ((intstat & SEQINT) != 0) in ahd_intr()
Daic7xxx_reg.h1536 #define SEQINT 0x01 macro
Daic79xx_reg.h2358 #define SEQINT 0x04 macro
Daic79xx.reg117 field SEQINT 0x04
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c1600 ( !(aic_inb(p, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) && in unpause_sequencer()
6971 if (intstat & SEQINT) in aic7xxx_isr()