Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq460 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 Daic7xxx.reg126 mask P_MESGIN CDI|IOI|MSGI
155 mask P_MESGIN CDI|IOI|MSGI
1373 mask P_MESGIN CDI|IOI|MSGI
H A Daic79xx.c89 { 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 Daic7xxx.c100 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
690 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()
2956 ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO); in ahc_handle_message_phase()
H A Daic79xx.seq857 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 Daic7xxx_reg.h1334 #define P_MESGIN 0xe0 macro
H A Daic79xx.reg1664 P_MESGIN CDO|IOO|MSGO
1691 P_MESGIN CDO|IOO|MSGO
3632 P_MESGIN CDO|IOO|MSGO
H A Daic79xx_reg.h3606 #define P_MESGIN 0xe0 macro