Home
last modified time | relevance | path

Searched refs:curphase (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Daic7xxx.c787 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()
[all …]
H A Daic79xx.c1813 u_int curphase; in ahd_handle_transmission_error() local
1844 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error()
1868 ahd_scsisigi_print(curphase, &cur_col, 50); in ahd_handle_transmission_error()
1965 if ((curphase & ~P_DATAIN_DT) != 0) { in ahd_handle_transmission_error()
1969 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_transmission_error()
1973 if (curphase == P_MESGIN) in ahd_handle_transmission_error()
2451 u_int curphase; in ahd_handle_proto_violation() local
2459 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
2535 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_proto_violation()