Lines Matching refs:curphase
1325 u_int curphase; in ahc_handle_seqint() local
1333 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
1334 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint()
1335 ahc_outb(ahc, SCSISIGO, curphase); in ahc_handle_seqint()
1620 u_int curphase; in ahc_handle_scsiint() local
1629 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
1644 || curphase == P_DATAIN || curphase == P_DATAIN_DT) in ahc_handle_scsiint()
1645 errorphase = curphase; in ahc_handle_scsiint()
3144 u_int curphase; in ahc_handle_proto_violation() local
3152 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation()
3227 ahc_lookup_phase_entry(curphase)->phasemsg); in ahc_handle_proto_violation()