Lines Matching refs:curphase
787 u_int curphase; in ahc_handle_seqint() local
795 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
796 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint()
797 ahc_outb(ahc, SCSISIGO, curphase); in ahc_handle_seqint()
1084 u_int curphase; in ahc_handle_scsiint() local
1093 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
1108 || curphase == P_DATAIN || curphase == P_DATAIN_DT) in ahc_handle_scsiint()
1109 errorphase = curphase; in ahc_handle_scsiint()
2591 u_int curphase; in ahc_handle_proto_violation() local
2599 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation()
2674 ahc_lookup_phase_entry(curphase)->phasemsg); in ahc_handle_proto_violation()