Searched refs:P_MESGOUT (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic7xxx.seq | 190 mvi SCSISIGO, P_MESGOUT|BSYO; 511 mvi SCSISIGO, P_MESGOUT|BSYO; 668 cmp A,P_MESGOUT je p_mesgout; 1524 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 1527 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 1546 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry;
|
| H A D | aic7xxx.reg | 126 mask P_MESGOUT CDI|MSGI 155 mask P_MESGOUT CDI|MSGI 1375 mask P_MESGOUT CDI|MSGI
|
| H A D | aic79xx.seq | 688 cmp A,P_MESGOUT je p_mesgout; 798 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 801 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 820 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry;
|
| H A D | aic7xxx_reg.h | 1345 #define P_MESGOUT 0xa0 macro
|
| H A D | aic79xx.reg | 1673 P_MESGOUT CDO|MSGO, 1700 P_MESGOUT CDO|MSGO, 3617 P_MESGOUT CDO|MSGO,
|
| H A D | aic79xx_reg.h | 3568 #define P_MESGOUT 0xa0 macro
|
| /netbsd-src/sys/dev/ic/ |
| H A D | aic7xxx.c | 108 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 695 && bus_phase != P_MESGOUT) { in ahc_handle_seqint() 715 if (bus_phase == P_MESGOUT) in ahc_handle_seqint() 727 if (bus_phase == P_MESGOUT) { in ahc_handle_seqint() 1250 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()
|
| H A D | aic79xx.c | 99 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 1018 case P_MESGOUT: in ahd_handle_seqint() 1192 && bus_phase != P_MESGOUT) { in ahd_handle_seqint() 1208 if (bus_phase == P_MESGOUT) in ahd_handle_seqint() 1220 if (bus_phase == P_MESGOUT) { in ahd_handle_seqint() 2147 if (lastphase == P_MESGOUT) { in ahd_handle_nonpkt_busfree() 2293 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) in ahd_handle_nonpkt_busfree() 3802 phasemis = bus_phase != P_MESGOUT; in ahd_handle_message_phase() 3902 if (bus_phase == P_MESGOUT in ahd_handle_message_phase() 3990 ahd_outb(ahd, SCSISIGO, P_MESGOUT | BSYO); in ahd_handle_message_phase()
|