Home
last modified time | relevance | path

Searched refs:P_MESGIN (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq458 mvi P_MESGIN|BSYO call change_phase;
481 mvi P_MESGIN|BSYO call change_phase;
520 mvi P_MESGIN|BSYO call change_phase;
614 mvi SCSISIGO, P_MESGIN|BSYO;
670 cmp A,P_MESGIN je p_mesgin;
1358 mvi P_MESGIN|BSYO call change_phase;
1892 cmp LASTPHASE, P_MESGIN jne not_found;
1991 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
H A Daic7xxx.reg128 mask P_MESGIN CDI|IOI|MSGI
157 mask P_MESGIN CDI|IOI|MSGI
1377 mask P_MESGIN CDI|IOI|MSGI
H A Daic79xx.seq690 cmp A,P_MESGIN je p_mesgin;
928 cmp LASTPHASE, P_MESGIN jne not_found_ITloop;
1238 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
1518 mvi P_MESGIN|BSYO call change_phase;
H A Daic7xxx_reg.h1343 #define P_MESGIN 0xe0 macro
H A Daic79xx.reg1675 P_MESGIN CDO|IOO|MSGO
1702 P_MESGIN CDO|IOO|MSGO
3619 P_MESGIN CDO|IOO|MSGO
H A Daic79xx_reg.h3566 #define P_MESGIN 0xe0 macro
/netbsd/sys/dev/ic/
H A Daic79xx.c101 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
1020 case P_MESGIN: in ahd_handle_seqint()
1191 if (bus_phase != P_MESGIN in ahd_handle_seqint()
1915 if (curphase == P_MESGIN) in ahd_handle_transmission_error()
2293 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) in ahd_handle_nonpkt_busfree()
3811 if (bus_phase == P_MESGIN) { in ahd_handle_message_phase()
3892 phasemis = bus_phase != P_MESGIN; in ahd_handle_message_phase()
4062 ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO); in ahd_handle_message_phase()
H A Daic7xxx.c110 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
694 if (bus_phase != P_MESGIN in ahc_handle_seqint()
2675 if (bus_phase == P_MESGIN) { in ahc_handle_message_phase()
2744 phasemis = bus_phase != P_MESGIN; in ahc_handle_message_phase()
2904 ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO); in ahc_handle_message_phase()