Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/aic7xxx/
Daic7xxx.c765 u_int curphase; in ahc_handle_seqint() local
773 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
774 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint()
775 ahc_outb(ahc, SCSISIGO, curphase); in ahc_handle_seqint()
1060 u_int curphase; in ahc_handle_scsiint() local
1069 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
1084 || curphase == P_DATAIN || curphase == P_DATAIN_DT) in ahc_handle_scsiint()
1085 errorphase = curphase; in ahc_handle_scsiint()
2569 u_int curphase; in ahc_handle_proto_violation() local
2577 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation()
[all …]
Daic79xx.c1820 u_int curphase; in ahd_handle_transmission_error() local
1851 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error()
1875 ahd_scsisigi_print(curphase, &cur_col, 50); in ahd_handle_transmission_error()
1976 if ((curphase & ~P_DATAIN_DT) != 0) { in ahd_handle_transmission_error()
1980 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_transmission_error()
1984 if (curphase == P_MESGIN) in ahd_handle_transmission_error()
2469 u_int curphase; in ahd_handle_proto_violation() local
2477 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
2558 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_proto_violation()
/freebsd-12-stable/sys/dev/nsp/
Dnsp.c201 nsp_expect_signal(struct nsp_softc *sc, u_int8_t curphase, u_int8_t mask) in nsp_expect_signal() argument
217 if ((ph & mask) != 0 && (ph & SCBUSMON_PHMASK) == curphase) in nsp_expect_signal()