Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic79xx_core.c8666 u_int next_fifo; in ahd_reset_channel() local
8716 next_fifo = fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO; in ahd_reset_channel()
8717 if (next_fifo > CURRFIFO_1) in ahd_reset_channel()
8719 next_fifo = fifo = 0; in ahd_reset_channel()
8721 next_fifo ^= CURRFIFO_1; in ahd_reset_channel()
8722 ahd_set_modes(ahd, next_fifo, next_fifo); in ahd_reset_channel()
8731 ahd_outb(ahd, DFFSTAT, next_fifo); in ahd_reset_channel()
8732 } while (next_fifo != fifo); in ahd_reset_channel()