curphase         1830 dev/ic/aic79xx.c 	u_int	curphase;
curphase         1861 dev/ic/aic79xx.c 	curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
curphase         1885 dev/ic/aic79xx.c 		ahd_scsisigi_print(curphase, &cur_col, 50);
curphase         1982 dev/ic/aic79xx.c 		if ((curphase & ~P_DATAIN_DT) != 0) {
curphase         1986 dev/ic/aic79xx.c 				    ahd_lookup_phase_entry(curphase)->phasemsg);
curphase         1990 dev/ic/aic79xx.c 		if (curphase == P_MESGIN)
curphase         2468 dev/ic/aic79xx.c 	u_int	curphase;
curphase         2476 dev/ic/aic79xx.c 	curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
curphase         2552 dev/ic/aic79xx.c 		       ahd_lookup_phase_entry(curphase)->phasemsg);
curphase          818 dev/ic/aic7xxx.c 				u_int curphase;
curphase          826 dev/ic/aic7xxx.c 				curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
curphase          827 dev/ic/aic7xxx.c 				ahc_outb(ahc, LASTPHASE, curphase);
curphase          828 dev/ic/aic7xxx.c 				ahc_outb(ahc, SCSISIGO, curphase);
curphase         1116 dev/ic/aic7xxx.c 		u_int	curphase;
curphase         1125 dev/ic/aic7xxx.c 		curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
curphase         1140 dev/ic/aic7xxx.c 		 || curphase == P_DATAIN || curphase == P_DATAIN_DT)
curphase         1141 dev/ic/aic7xxx.c 			errorphase = curphase;
curphase         2625 dev/ic/aic7xxx.c 	u_int	curphase;
curphase         2633 dev/ic/aic7xxx.c 	curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
curphase         2708 dev/ic/aic7xxx.c 		       ahc_lookup_phase_entry(curphase)->phasemsg);