Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c755 u_int curphase; in ahc_handle_seqint() local
763 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
764 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint()
765 ahc_outb(ahc, SCSISIGO, curphase); in ahc_handle_seqint()
1049 u_int curphase; in ahc_handle_scsiint() local
1058 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
1073 || curphase == P_DATAIN || curphase == P_DATAIN_DT) in ahc_handle_scsiint()
1074 errorphase = curphase; in ahc_handle_scsiint()
2549 u_int curphase; in ahc_handle_proto_violation() local
2557 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation()
[all …]
H A Daic79xx.c1801 u_int curphase; in ahd_handle_transmission_error() local
1832 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error()
1856 ahd_scsisigi_print(curphase, &cur_col, 50); in ahd_handle_transmission_error()
1957 if ((curphase & ~P_DATAIN_DT) != 0) { in ahd_handle_transmission_error()
1961 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_transmission_error()
1965 if (curphase == P_MESGIN) in ahd_handle_transmission_error()
2444 u_int curphase; in ahd_handle_proto_violation() local
2452 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
2532 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_proto_violation()