Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h250 #define P_MESGIN 0xe0 macro
Daic7xxx.reg120 mask P_MESGIN CDI|IOI|MSGI
149 mask P_MESGIN CDI|IOI|MSGI
1243 mask P_MESGIN CDI|IOI|MSGI
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;
/linux-2.4.37.9/drivers/scsi/aic7xxx/
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;
1354 mvi P_MESGIN|BSYO call change_phase;
1888 cmp LASTPHASE, P_MESGIN jne not_found;
1987 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
Daic7xxx.reg128 mask P_MESGIN CDI|IOI|MSGI
157 mask P_MESGIN CDI|IOI|MSGI
1376 mask P_MESGIN CDI|IOI|MSGI
Daic79xx_core.c95 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
675 case P_MESGIN: in ahd_handle_seqint()
843 if (bus_phase != P_MESGIN in ahd_handle_seqint()
1565 if (curphase == P_MESGIN) in ahd_handle_transmission_error()
1943 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) in ahd_handle_nonpkt_busfree()
3462 if (bus_phase == P_MESGIN) { in ahd_handle_message_phase()
3543 phasemis = bus_phase != P_MESGIN; in ahd_handle_message_phase()
3713 ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO); in ahd_handle_message_phase()
Daic79xx.seq691 cmp A,P_MESGIN je p_mesgin;
929 cmp LASTPHASE, P_MESGIN jne not_found_ITloop;
1239 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
1519 mvi P_MESGIN|BSYO call change_phase;
Daic7xxx_core.c107 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
677 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()
Daic7xxx_reg.h1335 #define P_MESGIN 0xe0 macro
Daic79xx.reg1673 P_MESGIN CDO|IOO|MSGO
1700 P_MESGIN CDO|IOO|MSGO
3617 P_MESGIN CDO|IOO|MSGO
Daic79xx_reg.h3566 #define P_MESGIN 0xe0 macro
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c6111 phasemis = ( aic_inb(p, SCSISIGI) & PHASE_MASK ) != P_MESGIN; in aic7xxx_handle_reqinit()
6473 case P_MESGIN: in aic7xxx_handle_scsiint()
10981 case P_MESGIN: in aic7xxx_bus_device_reset()
11032 if ( (lastphase != P_MESGOUT) && (lastphase != P_MESGIN) ) in aic7xxx_bus_device_reset()
11318 case P_MESGIN: /* reset call */ in aic7xxx_abort()