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

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

Completed in 175 milliseconds