Searched refs:P_MESGIN (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 460 mvi P_MESGIN|BSYO call change_phase; 483 mvi P_MESGIN|BSYO call change_phase; 522 mvi P_MESGIN|BSYO call change_phase; 616 mvi SCSISIGO, P_MESGIN|BSYO; 672 cmp A,P_MESGIN je p_mesgin; 1357 mvi P_MESGIN|BSYO call change_phase; 1891 cmp LASTPHASE, P_MESGIN jne not_found; 1990 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
|
H A D | aic7xxx.reg | 126 mask P_MESGIN CDI|IOI|MSGI 155 mask P_MESGIN CDI|IOI|MSGI 1373 mask P_MESGIN CDI|IOI|MSGI
|
H A D | aic79xx.c | 89 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" }, 1042 case P_MESGIN: in ahd_handle_seqint() 1211 if (bus_phase != P_MESGIN in ahd_handle_seqint() 1965 if (curphase == P_MESGIN) in ahd_handle_transmission_error() 2381 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) in ahd_handle_nonpkt_busfree() 3909 if (bus_phase == P_MESGIN) { in ahd_handle_message_phase() 3990 phasemis = bus_phase != P_MESGIN; in ahd_handle_message_phase() 4159 ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO); in ahd_handle_message_phase()
|
H A D | aic79xx.seq | 857 cmp A,P_MESGIN je p_mesgin; 1120 cmp LASTPHASE, P_MESGIN jne not_found_ITloop; 1442 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis; 1763 mvi P_MESGIN|BSYO call change_phase;
|
H A D | aic7xxx_reg.h | 1334 #define P_MESGIN 0xe0 macro
|
H A D | aic79xx.reg | 1664 P_MESGIN CDO|IOO|MSGO 1691 P_MESGIN CDO|IOO|MSGO 3632 P_MESGIN CDO|IOO|MSGO
|
H A D | aic79xx_reg.h | 3606 #define P_MESGIN 0xe0 macro
|