curphase         2674 drivers/scsi/aic7xxx/aic79xx_core.c 	u_int	curphase;
curphase         2705 drivers/scsi/aic7xxx/aic79xx_core.c 	curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
curphase         2729 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_scsisigi_print(curphase, &cur_col, 50);
curphase         2826 drivers/scsi/aic7xxx/aic79xx_core.c 		if ((curphase & ~P_DATAIN_DT) != 0) {
curphase         2830 drivers/scsi/aic7xxx/aic79xx_core.c 				    ahd_lookup_phase_entry(curphase)->phasemsg);
curphase         2834 drivers/scsi/aic7xxx/aic79xx_core.c 		if (curphase == P_MESGIN)
curphase         3321 drivers/scsi/aic7xxx/aic79xx_core.c 	u_int	curphase;
curphase         3329 drivers/scsi/aic7xxx/aic79xx_core.c 	curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
curphase         3405 drivers/scsi/aic7xxx/aic79xx_core.c 		       ahd_lookup_phase_entry(curphase)->phasemsg);
curphase         1318 drivers/scsi/aic7xxx/aic7xxx_core.c 				u_int curphase;
curphase         1326 drivers/scsi/aic7xxx/aic7xxx_core.c 				curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
curphase         1327 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, LASTPHASE, curphase);
curphase         1328 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, SCSISIGO, curphase);
curphase         1613 drivers/scsi/aic7xxx/aic7xxx_core.c 		u_int	curphase;
curphase         1622 drivers/scsi/aic7xxx/aic7xxx_core.c 		curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
curphase         1637 drivers/scsi/aic7xxx/aic7xxx_core.c 		 || curphase == P_DATAIN || curphase == P_DATAIN_DT)
curphase         1638 drivers/scsi/aic7xxx/aic7xxx_core.c 			errorphase = curphase;
curphase         3137 drivers/scsi/aic7xxx/aic7xxx_core.c 	u_int	curphase;
curphase         3145 drivers/scsi/aic7xxx/aic7xxx_core.c 	curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
curphase         3220 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_lookup_phase_entry(curphase)->phasemsg);