Searched refs:P_MESGIN (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 250 #define P_MESGIN 0xe0 macro
|
D | aic7xxx.reg | 120 mask P_MESGIN CDI|IOI|MSGI 149 mask P_MESGIN CDI|IOI|MSGI 1243 mask P_MESGIN CDI|IOI|MSGI
|
D | aic7xxx.seq | 298 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/ |
D | aic7xxx.seq | 458 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;
|
D | aic7xxx.reg | 128 mask P_MESGIN CDI|IOI|MSGI 157 mask P_MESGIN CDI|IOI|MSGI 1376 mask P_MESGIN CDI|IOI|MSGI
|
D | aic79xx_core.c | 95 { 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()
|
D | aic79xx.seq | 691 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;
|
D | aic7xxx_core.c | 107 { 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()
|
D | aic7xxx_reg.h | 1335 #define P_MESGIN 0xe0 macro
|
D | aic79xx.reg | 1673 P_MESGIN CDO|IOO|MSGO 1700 P_MESGIN CDO|IOO|MSGO 3617 P_MESGIN CDO|IOO|MSGO
|
D | aic79xx_reg.h | 3566 #define P_MESGIN 0xe0 macro
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 6111 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()
|