Home | History | Annotate | Download | only in ic

Lines Matching refs:curphase

1305 		       "Lastphase = 0x%x, Curphase = 0x%x\n",
1755 u_int curphase;
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;
2365 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
2441 ahd_lookup_phase_entry(curphase)->phasemsg);