Lines Matching refs:lastphase

1310 		u_int lastphase;  in ahd_handle_seqint()  local
1312 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
1317 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint()
1323 u_int lastphase; in ahd_handle_seqint() local
1325 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
1330 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint()
1348 u_int lastphase; in ahd_handle_seqint() local
1354 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
1358 ahd_lookup_phase_entry(lastphase)->phasemsg, in ahd_handle_seqint()
1802 u_int lastphase; in ahd_handle_transmission_error() local
1831 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_transmission_error()
1855 ahd_lastphase_print(lastphase, &cur_col, 50); in ahd_handle_transmission_error()
2168 u_int lastphase; in ahd_handle_nonpkt_busfree() local
2182 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_nonpkt_busfree()
2198 if (lastphase == P_MESGOUT) { in ahd_handle_nonpkt_busfree()
2381 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) in ahd_handle_nonpkt_busfree()
2425 ahd_lookup_phase_entry(lastphase)->phasemsg, in ahd_handle_nonpkt_busfree()
2430 if (lastphase != P_BUSFREE) in ahd_handle_nonpkt_busfree()
2445 u_int lastphase; in ahd_handle_proto_violation() local
2453 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_proto_violation()
2462 "LASTPHASE = 0x%x.\n", lastphase); in ahd_handle_proto_violation()
2498 if ((lastphase & ~P_DATAIN_DT) == 0 in ahd_handle_proto_violation()
2499 || lastphase == P_COMMAND) { in ahd_handle_proto_violation()