Searched refs:P_MESGOUT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/sys/dev/aic7xxx/ |
| D | aic7xxx.seq | 192 mvi SCSISIGO, P_MESGOUT|BSYO; 515 mvi SCSISIGO, P_MESGOUT|BSYO; 672 cmp A,P_MESGOUT je p_mesgout; 1525 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 1528 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 1547 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry;
|
| D | aic7xxx.c | 104 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 698 && bus_phase != P_MESGOUT) { in ahc_handle_seqint() 718 if (bus_phase == P_MESGOUT) in ahc_handle_seqint() 730 if (bus_phase == P_MESGOUT) { in ahc_handle_seqint() 1262 if (lastphase == P_MESGOUT) { in ahc_handle_scsiint() 2685 phasemis = bus_phase != P_MESGOUT; in ahc_handle_message_phase() 2773 if (bus_phase == P_MESGOUT in ahc_handle_message_phase() 2877 ahc_outb(ahc, SCSISIGO, P_MESGOUT | BSYO); in ahc_handle_message_phase()
|
| D | aic7xxx.reg | 126 mask P_MESGOUT CDI|MSGI 155 mask P_MESGOUT CDI|MSGI 1373 mask P_MESGOUT CDI|MSGI
|
| D | aic79xx.c | 93 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 1051 case P_MESGOUT: in ahd_handle_seqint() 1226 && bus_phase != P_MESGOUT) { in ahd_handle_seqint() 1243 if (bus_phase == P_MESGOUT) in ahd_handle_seqint() 1255 if (bus_phase == P_MESGOUT) { in ahd_handle_seqint() 2220 if (lastphase == P_MESGOUT) { in ahd_handle_nonpkt_busfree() 2407 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) in ahd_handle_nonpkt_busfree() 3938 phasemis = bus_phase != P_MESGOUT; in ahd_handle_message_phase() 4038 if (bus_phase == P_MESGOUT in ahd_handle_message_phase() 4126 ahd_outb(ahd, SCSISIGO, P_MESGOUT | BSYO); in ahd_handle_message_phase()
|
| D | aic79xx.seq | 857 cmp A,P_MESGOUT je p_mesgout; 992 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 995 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 1014 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry;
|
| D | aic7xxx_reg.h | 1339 #define P_MESGOUT 0xa0 macro
|
| D | aic79xx.reg | 1664 P_MESGOUT CDO|MSGO, 1691 P_MESGOUT CDO|MSGO, 3632 P_MESGOUT CDO|MSGO,
|
| D | aic79xx_reg.h | 3611 #define P_MESGOUT 0xa0 macro
|