Lines Matching refs:LASTPHASE
284 ahc_outb(ahc, LASTPHASE, P_BUSFREE);
654 u_int lastphase;
656 lastphase = ahc_inb(ahc, LASTPHASE);
658 "lastphase = 0x%x. Attempting to continue\n",
660 lastphase, ahc_inb(ahc, SCSISIGI));
665 u_int lastphase;
667 lastphase = ahc_inb(ahc, LASTPHASE);
669 "Lastphase = 0x%x, Curphase = 0x%x\n",
671 lastphase, ahc_inb(ahc, SCSISIGI));
769 ahc_outb(ahc, LASTPHASE, curphase);
824 u_int lastphase = ahc_inb(ahc, LASTPHASE);
829 if (lastphase == ahc_phase_table[i].phase)
1056 u_int lastphase;
1062 lastphase = ahc_inb(ahc, LASTPHASE);
1074 * LASTPHASE, leading to the discrepancy between
1075 * curphase and lastphase.
1081 errorphase = lastphase;
1210 u_int lastphase;
1242 lastphase = ahc_inb(ahc, LASTPHASE);
1250 if (lastphase == P_MESGOUT) {
1363 if (lastphase == ahc_phase_table[i].phase)
2549 u_int lastphase;
2557 lastphase = ahc_inb(ahc, LASTPHASE);
2567 "LASTPHASE = 0x%x.\n", lastphase);
2598 if ((lastphase & ~P_DATAIN_DT) == 0
2599 || lastphase == P_COMMAND) {
6623 last_phase = ahc_inb(ahc, LASTPHASE);
6641 ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50);