next_fifo 8666 drivers/scsi/aic7xxx/aic79xx_core.c u_int next_fifo; next_fifo 8716 drivers/scsi/aic7xxx/aic79xx_core.c next_fifo = fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO; next_fifo 8717 drivers/scsi/aic7xxx/aic79xx_core.c if (next_fifo > CURRFIFO_1) next_fifo 8719 drivers/scsi/aic7xxx/aic79xx_core.c next_fifo = fifo = 0; next_fifo 8721 drivers/scsi/aic7xxx/aic79xx_core.c next_fifo ^= CURRFIFO_1; next_fifo 8722 drivers/scsi/aic7xxx/aic79xx_core.c ahd_set_modes(ahd, next_fifo, next_fifo); next_fifo 8731 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outb(ahd, DFFSTAT, next_fifo); next_fifo 8732 drivers/scsi/aic7xxx/aic79xx_core.c } while (next_fifo != fifo);