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

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_core.c8621 u_int next_fifo; local
8671 next_fifo = fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO;
8672 if (next_fifo > CURRFIFO_1)
8674 next_fifo = fifo = 0;
8676 next_fifo ^= CURRFIFO_1;
8677 ahd_set_modes(ahd, next_fifo, next_fifo);
8686 ahd_outb(ahd, DFFSTAT, next_fifo);
8687 } while (next_fifo != fifo);

Completed in 273 milliseconds