Lines Matching defs:lastphase
1330 u_int lastphase;
1332 lastphase = ahd_inb(ahd, LASTPHASE);
1334 "lastphase = 0x%x. Attempting to continue\n",
1337 lastphase, ahd_inb(ahd, SCSISIGI));
1342 u_int lastphase;
1344 lastphase = ahd_inb(ahd, LASTPHASE);
1349 lastphase, ahd_inb(ahd, SCSISIGI));
1366 u_int lastphase;
1372 lastphase = ahd_inb(ahd, LASTPHASE);
1376 ahd_lookup_phase_entry(lastphase)->phasemsg,
1814 u_int lastphase;
1843 lastphase = ahd_inb(ahd, LASTPHASE);
1867 ahd_lastphase_print(lastphase, &cur_col, 50);
2171 u_int lastphase;
2185 lastphase = ahd_inb(ahd, LASTPHASE);
2201 if (lastphase == P_MESGOUT) {
2387 && (lastphase == P_MESGIN || lastphase == P_MESGOUT)
2433 ahd_lookup_phase_entry(lastphase)->phasemsg,
2437 if (lastphase != P_BUSFREE)
2452 u_int lastphase;
2460 lastphase = ahd_inb(ahd, LASTPHASE);
2470 "LASTPHASE = 0x%x.\n", lastphase);
2502 if ((lastphase & ~P_DATAIN_DT) == 0
2503 || lastphase == P_COMMAND) {