Lines Matching refs:lastphase

2181 		u_int lastphase;  in ahd_handle_seqint()  local
2183 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
2188 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint()
2193 u_int lastphase; in ahd_handle_seqint() local
2195 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
2200 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint()
2217 u_int lastphase; in ahd_handle_seqint() local
2223 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
2227 ahd_lookup_phase_entry(lastphase)->phasemsg, in ahd_handle_seqint()
2681 u_int lastphase; in ahd_handle_transmission_error() local
2710 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_transmission_error()
2734 ahd_lastphase_print(lastphase, &cur_col, 50); in ahd_handle_transmission_error()
3038 u_int lastphase; in ahd_handle_nonpkt_busfree() local
3052 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_nonpkt_busfree()
3068 if (lastphase == P_MESGOUT) { in ahd_handle_nonpkt_busfree()
3264 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) in ahd_handle_nonpkt_busfree()
3309 ahd_lookup_phase_entry(lastphase)->phasemsg, in ahd_handle_nonpkt_busfree()
3313 if (lastphase != P_BUSFREE) in ahd_handle_nonpkt_busfree()
3328 u_int lastphase; in ahd_handle_proto_violation() local
3336 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_proto_violation()
3346 "LASTPHASE = 0x%x.\n", lastphase); in ahd_handle_proto_violation()
3378 if ((lastphase & ~P_DATAIN_DT) == 0 in ahd_handle_proto_violation()
3379 || lastphase == P_COMMAND) { in ahd_handle_proto_violation()