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

/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic7xxx.seq462 mvi P_MESGIN|BSYO call change_phase;
485 mvi P_MESGIN|BSYO call change_phase;
524 mvi P_MESGIN|BSYO call change_phase;
618 mvi SCSISIGO, P_MESGIN|BSYO;
674 cmp A,P_MESGIN je p_mesgin;
1359 mvi P_MESGIN|BSYO call change_phase;
1893 cmp LASTPHASE, P_MESGIN jne not_found;
1992 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
H A Daic7xxx.reg128 mask P_MESGIN CDI|IOI|MSGI
157 mask P_MESGIN CDI|IOI|MSGI
1375 mask P_MESGIN CDI|IOI|MSGI
H A Daic79xx.seq859 cmp A,P_MESGIN je p_mesgin;
1122 cmp LASTPHASE, P_MESGIN jne not_found_ITloop;
1444 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
1765 mvi P_MESGIN|BSYO call change_phase;
H A Daic79xx.reg1666 P_MESGIN CDO|IOO|MSGO
1693 P_MESGIN CDO|IOO|MSGO
3634 P_MESGIN CDO|IOO|MSGO
H A Daic79xx.c95 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
1053 case P_MESGIN:
1225 if (bus_phase != P_MESGIN
1986 if (curphase == P_MESGIN)
2407 && (lastphase == P_MESGIN || lastphase == P_MESGOUT)
3947 if (bus_phase == P_MESGIN) {
4028 phasemis = bus_phase != P_MESGIN;
4198 ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO);
H A Daic7xxx.c106 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
697 if (bus_phase != P_MESGIN
2694 if (bus_phase == P_MESGIN) {
2763 phasemis = bus_phase != P_MESGIN;
2976 ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO);
H A Daic7xxx_reg.h1337 #define P_MESGIN 0xe0 macro
H A Daic79xx_reg.h3609 #define P_MESGIN 0xe0 macro

Completed in 279 milliseconds