Lines Matching refs:curphase
743 u_int curphase; in ahc_handle_seqint() local
751 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
752 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint()
753 ahc_outb(ahc, SCSISIGO, curphase); in ahc_handle_seqint()
1038 u_int curphase; in ahc_handle_scsiint() local
1047 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
1062 || curphase == P_DATAIN || curphase == P_DATAIN_DT) in ahc_handle_scsiint()
1063 errorphase = curphase; in ahc_handle_scsiint()
2548 u_int curphase; in ahc_handle_proto_violation() local
2556 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation()
2631 ahc_lookup_phase_entry(curphase)->phasemsg); in ahc_handle_proto_violation()