HomeSort by: relevance | last modified time | path
    Searched defs:curphase (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 1305 "Lastphase = 0x%x, Curphase = 0x%x\n",
1755 u_int curphase; local in function:ahd_handle_transmission_error
1786 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1810 ahd_scsisigi_print(curphase, &cur_col, 50);
1907 if ((curphase & ~P_DATAIN_DT) != 0) {
1911 ahd_lookup_phase_entry(curphase)->phasemsg);
1915 if (curphase == P_MESGIN)
2357 u_int curphase; local in function:ahd_handle_proto_violation
2365 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
2441 ahd_lookup_phase_entry(curphase)->phasemsg)
    [all...]
aic7xxx.c 669 "Lastphase = 0x%x, Curphase = 0x%x\n",
760 u_int curphase; local in function:ahc_handle_seqint
768 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
769 ahc_outb(ahc, LASTPHASE, curphase);
770 ahc_outb(ahc, SCSISIGO, curphase);
1054 u_int curphase; local in function:ahc_handle_scsiint
1063 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
1075 * curphase and lastphase.
1078 || curphase == P_DATAIN || curphase == P_DATAIN_DT
2548 u_int curphase; local in function:ahc_handle_proto_violation
    [all...]

Completed in 14 milliseconds