Lines Matching refs:curphase
1317 u_int curphase; in ahc_handle_seqint() local
1325 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
1326 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint()
1327 ahc_outb(ahc, SCSISIGO, curphase); in ahc_handle_seqint()
1612 u_int curphase; in ahc_handle_scsiint() local
1621 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
1636 || curphase == P_DATAIN || curphase == P_DATAIN_DT) in ahc_handle_scsiint()
1637 errorphase = curphase; in ahc_handle_scsiint()
3119 u_int curphase; in ahc_handle_proto_violation() local
3127 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation()
3202 ahc_lookup_phase_entry(curphase)->phasemsg); in ahc_handle_proto_violation()