Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/aic7xxx/
HDaic7xxx.c763 u_int curphase; in ahc_handle_seqint() local
771 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
772 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint()
773 ahc_outb(ahc, SCSISIGO, curphase); in ahc_handle_seqint()
1058 u_int curphase; in ahc_handle_scsiint() local
1067 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
1082 || curphase == P_DATAIN || curphase == P_DATAIN_DT) in ahc_handle_scsiint()
1083 errorphase = curphase; in ahc_handle_scsiint()
2567 u_int curphase; in ahc_handle_proto_violation() local
2575 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation()
[all …]
HDaic79xx.c1818 u_int curphase; in ahd_handle_transmission_error() local
1849 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error()
1873 ahd_scsisigi_print(curphase, &cur_col, 50); in ahd_handle_transmission_error()
1974 if ((curphase & ~P_DATAIN_DT) != 0) { in ahd_handle_transmission_error()
1978 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_transmission_error()
1982 if (curphase == P_MESGIN) in ahd_handle_transmission_error()
2467 u_int curphase; in ahd_handle_proto_violation() local
2475 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
2556 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_proto_violation()
/freebsd-11-stable/sys/dev/nsp/
HDnsp.c199 nsp_expect_signal(struct nsp_softc *sc, u_int8_t curphase, u_int8_t mask) in nsp_expect_signal() argument
215 if ((ph & mask) != 0 && (ph & SCBUSMON_PHMASK) == curphase) in nsp_expect_signal()