Lines Matching refs:lastphase

2161 		u_int lastphase;  in ahd_handle_seqint()  local
2163 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
2168 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint()
2173 u_int lastphase; in ahd_handle_seqint() local
2175 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
2180 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint()
2197 u_int lastphase; in ahd_handle_seqint() local
2203 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
2207 ahd_lookup_phase_entry(lastphase)->phasemsg, in ahd_handle_seqint()
2662 u_int lastphase; in ahd_handle_transmission_error() local
2691 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_transmission_error()
2715 ahd_lastphase_print(lastphase, &cur_col, 50); in ahd_handle_transmission_error()
3019 u_int lastphase; in ahd_handle_nonpkt_busfree() local
3033 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_nonpkt_busfree()
3049 if (lastphase == P_MESGOUT) { in ahd_handle_nonpkt_busfree()
3232 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) in ahd_handle_nonpkt_busfree()
3277 ahd_lookup_phase_entry(lastphase)->phasemsg, in ahd_handle_nonpkt_busfree()
3281 if (lastphase != P_BUSFREE) in ahd_handle_nonpkt_busfree()
3296 u_int lastphase; in ahd_handle_proto_violation() local
3304 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_proto_violation()
3314 "LASTPHASE = 0x%x.\n", lastphase); in ahd_handle_proto_violation()
3346 if ((lastphase & ~P_DATAIN_DT) == 0 in ahd_handle_proto_violation()
3347 || lastphase == P_COMMAND) { in ahd_handle_proto_violation()