Searched refs:P_MESGIN (Results 1 – 14 of 14) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 63 { "P_MESGIN", 0xe0, 0xe0 } 248 { "P_MESGIN", 0xe0, 0xe0 }
|
D | aic79xx_reg_print.c_shipped | 182 { "P_MESGIN", 0xe0, 0xe0 }, 668 { "P_MESGIN", 0xe0, 0xe0 },
|
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; 1355 mvi P_MESGIN|BSYO call change_phase; 1889 cmp LASTPHASE, P_MESGIN jne not_found; 1988 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
|
D | aic7xxx.reg | 140 mask P_MESGIN CDI|IOI|MSGI 169 mask P_MESGIN CDI|IOI|MSGI 1514 mask P_MESGIN CDI|IOI|MSGI
|
D | aic79xx_core.c | 91 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" }, 1909 case P_MESGIN: in ahd_handle_seqint() 2083 if (bus_phase != P_MESGIN in ahd_handle_seqint() 2840 if (curphase == P_MESGIN) in ahd_handle_transmission_error() 3264 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) in ahd_handle_nonpkt_busfree() 4753 if (bus_phase == P_MESGIN) { in ahd_handle_message_phase() 4834 phasemis = bus_phase != P_MESGIN; in ahd_handle_message_phase() 5004 ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO); in ahd_handle_message_phase()
|
D | aic7xxx_core.c | 101 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" }, 1258 if (bus_phase != P_MESGIN in ahc_handle_seqint() 3271 if (bus_phase == P_MESGIN) { in ahc_handle_message_phase() 3340 phasemis = bus_phase != P_MESGIN; in ahc_handle_message_phase() 3500 ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO); in ahc_handle_message_phase()
|
D | aic7xxx_reg.h_shipped | 459 #define P_MESGIN 0xe0
|
D | aic79xx.seq | 859 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;
|
D | aic79xx.reg | 1755 P_MESGIN CDO|IOO|MSGO 1786 P_MESGIN CDO|IOO|MSGO 3875 P_MESGIN CDO|IOO|MSGO
|
D | aic79xx_reg.h_shipped | 2469 #define P_MESGIN 0xe0
|
/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;
|
/drivers/scsi/ |
D | aic7xxx_old.c | 5590 phasemis = ( aic_inb(p, SCSISIGI) & PHASE_MASK ) != P_MESGIN; in aic7xxx_handle_reqinit() 5952 case P_MESGIN: in aic7xxx_handle_scsiint() 10363 case P_MESGIN: in DEF_SCSI_QCMD() 10415 if ( (lastphase == P_MESGOUT) || (lastphase == P_MESGIN) ) in DEF_SCSI_QCMD() 10692 if((aic_inb(p, LASTPHASE) == P_MESGIN) || in __aic7xxx_abort()
|