Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h253 #define P_MESGOUT 0xa0 macro
Daic7xxx.reg118 mask P_MESGOUT CDI|MSGI
147 mask P_MESGOUT CDI|MSGI
1241 mask P_MESGOUT CDI|MSGI
Daic7xxx.seq296 cmp A,P_MESGOUT je p_mesgout;
734 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
737 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
761 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry;
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.seq190 mvi SCSISIGO, P_MESGOUT|BSYO;
511 mvi SCSISIGO, P_MESGOUT|BSYO;
668 cmp A,P_MESGOUT je p_mesgout;
1520 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
1523 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
1542 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry;
Daic7xxx_core.c105 { P_MESGOUT, MSG_NOOP, "in Message-out phase" },
678 && bus_phase != P_MESGOUT) { in ahc_handle_seqint()
698 if (bus_phase == P_MESGOUT) in ahc_handle_seqint()
710 if (bus_phase == P_MESGOUT) { in ahc_handle_seqint()
1241 if (lastphase == P_MESGOUT) { in ahc_handle_scsiint()
2666 phasemis = bus_phase != P_MESGOUT; in ahc_handle_message_phase()
2754 if (bus_phase == P_MESGOUT in ahc_handle_message_phase()
2837 ahc_outb(ahc, SCSISIGO, P_MESGOUT | BSYO); in ahc_handle_message_phase()
Daic7xxx.reg126 mask P_MESGOUT CDI|MSGI
155 mask P_MESGOUT CDI|MSGI
1374 mask P_MESGOUT CDI|MSGI
Daic79xx_core.c93 { P_MESGOUT, MSG_NOOP, "in Message-out phase" },
673 case P_MESGOUT: in ahd_handle_seqint()
844 && bus_phase != P_MESGOUT) { in ahd_handle_seqint()
860 if (bus_phase == P_MESGOUT) in ahd_handle_seqint()
872 if (bus_phase == P_MESGOUT) { in ahd_handle_seqint()
1797 if (lastphase == P_MESGOUT) { in ahd_handle_nonpkt_busfree()
1943 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) in ahd_handle_nonpkt_busfree()
3453 phasemis = bus_phase != P_MESGOUT; in ahd_handle_message_phase()
3553 if (bus_phase == P_MESGOUT in ahd_handle_message_phase()
3641 ahd_outb(ahd, SCSISIGO, P_MESGOUT | BSYO); in ahd_handle_message_phase()
Daic79xx.seq689 cmp A,P_MESGOUT je p_mesgout;
799 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
802 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
821 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry;
Daic7xxx_reg.h1338 #define P_MESGOUT 0xa0 macro
Daic79xx.reg1671 P_MESGOUT CDO|MSGO,
1698 P_MESGOUT CDO|MSGO,
3615 P_MESGOUT CDO|MSGO,
Daic79xx_reg.h3568 #define P_MESGOUT 0xa0 macro
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c6060 phasemis = ( aic_inb(p, SCSISIGI) & PHASE_MASK) != P_MESGOUT; in aic7xxx_handle_reqinit()
6229 if (lastphase == P_MESGOUT) in aic7xxx_handle_scsiint()
6466 case P_MESGOUT: in aic7xxx_handle_scsiint()
6513 else if( (lastphase == P_MESGOUT) && in aic7xxx_handle_scsiint()
10975 case P_MESGOUT: in aic7xxx_bus_device_reset()
11032 if ( (lastphase != P_MESGOUT) && (lastphase != P_MESGIN) ) in aic7xxx_bus_device_reset()
11317 case P_MESGOUT: /* chances to finish and then escalate to a */ in aic7xxx_abort()