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

/drivers/scsi/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;
1355 mvi P_MESGIN|BSYO call change_phase;
1889 cmp LASTPHASE, P_MESGIN jne not_found;
1988 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
H A Daic7xxx.reg140 mask P_MESGIN CDI|IOI|MSGI
169 mask P_MESGIN CDI|IOI|MSGI
1514 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.reg1755 P_MESGIN CDO|IOO|MSGO
1786 P_MESGIN CDO|IOO|MSGO
3875 P_MESGIN CDO|IOO|MSGO
H A Daic79xx_core.c91 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
1909 case P_MESGIN:
2083 if (bus_phase != P_MESGIN
2840 if (curphase == P_MESGIN)
3264 && (lastphase == P_MESGIN || lastphase == P_MESGOUT)
4753 if (bus_phase == P_MESGIN) {
4834 phasemis = bus_phase != P_MESGIN;
5004 ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO);
H A Daic7xxx_reg.h_shipped459 #define P_MESGIN 0xe0
H A Daic7xxx_core.c101 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
1258 if (bus_phase != P_MESGIN
3271 if (bus_phase == P_MESGIN) {
3340 phasemis = bus_phase != P_MESGIN;
3500 ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO);
H A Daic79xx_reg.h_shipped2469 #define P_MESGIN 0xe0
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.reg120 mask P_MESGIN CDI|IOI|MSGI
149 mask P_MESGIN CDI|IOI|MSGI
1243 mask P_MESGIN CDI|IOI|MSGI
H A Daic7xxx.seq298 cmp A,P_MESGIN je p_mesgin;
973 cmp LASTPHASE, P_MESGIN jne not_found;
1068 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
H A Daic7xxx_reg.h250 #define P_MESGIN 0xe0 macro
/drivers/scsi/
H A Daic7xxx_old.c5590 phasemis = ( aic_inb(p, SCSISIGI) & PHASE_MASK ) != P_MESGIN;
5952 case P_MESGIN:
10363 case P_MESGIN:
10415 if ( (lastphase == P_MESGOUT) || (lastphase == P_MESGIN) )
10692 if((aic_inb(p, LASTPHASE) == P_MESGIN) ||

Completed in 126 milliseconds