Searched refs:P_MESGOUT (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.seq | 190 mvi SCSISIGO, P_MESGOUT|BSYO; 513 mvi SCSISIGO, P_MESGOUT|BSYO; 670 cmp A,P_MESGOUT je p_mesgout; 1523 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 1526 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 1545 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry;
|
| H A D | aic7xxx.c | 98 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 691 && bus_phase != P_MESGOUT) { in ahc_handle_seqint() 711 if (bus_phase == P_MESGOUT) in ahc_handle_seqint() 723 if (bus_phase == P_MESGOUT) { in ahc_handle_seqint() 1253 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() 2857 ahc_outb(ahc, SCSISIGO, P_MESGOUT | BSYO); in ahc_handle_message_phase()
|
| H A D | aic7xxx.reg | 124 mask P_MESGOUT CDI|MSGI 153 mask P_MESGOUT CDI|MSGI 1371 mask P_MESGOUT CDI|MSGI
|
| H A D | aic79xx.c | 87 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 1040 case P_MESGOUT: in ahd_handle_seqint() 1212 && bus_phase != P_MESGOUT) { in ahd_handle_seqint() 1229 if (bus_phase == P_MESGOUT) in ahd_handle_seqint() 1241 if (bus_phase == P_MESGOUT) { in ahd_handle_seqint() 2198 if (lastphase == P_MESGOUT) { in ahd_handle_nonpkt_busfree() 2381 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) in ahd_handle_nonpkt_busfree() 3900 phasemis = bus_phase != P_MESGOUT; in ahd_handle_message_phase() 4000 if (bus_phase == P_MESGOUT in ahd_handle_message_phase() 4087 ahd_outb(ahd, SCSISIGO, P_MESGOUT | BSYO); in ahd_handle_message_phase()
|
| H A D | aic79xx.seq | 855 cmp A,P_MESGOUT je p_mesgout; 990 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 993 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 1012 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry;
|
| H A D | aic7xxx_reg.h | 1336 #define P_MESGOUT 0xa0 macro
|
| H A D | aic79xx.reg | 1662 P_MESGOUT CDO|MSGO, 1689 P_MESGOUT CDO|MSGO, 3630 P_MESGOUT CDO|MSGO,
|
| H A D | aic79xx_reg.h | 3608 #define P_MESGOUT 0xa0 macro
|