Searched refs:next_fifo (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_core.c8717 u_int next_fifo; ahd_reset_channel() local
8767 next_fifo = fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO; ahd_reset_channel()
8768 if (next_fifo > CURRFIFO_1) ahd_reset_channel()
8770 next_fifo = fifo = 0; ahd_reset_channel()
8772 next_fifo ^= CURRFIFO_1; ahd_reset_channel()
8773 ahd_set_modes(ahd, next_fifo, next_fifo); ahd_reset_channel()
8782 ahd_outb(ahd, DFFSTAT, next_fifo); ahd_reset_channel()
8783 } while (next_fifo != fifo); ahd_reset_channel()

Completed in 82 milliseconds