Searched refs:next_fifo (Results 1 – 1 of 1) sorted by relevance
7418 u_int next_fifo; in ahd_reset_channel() local7451 next_fifo = fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO; in ahd_reset_channel()7452 if (next_fifo > CURRFIFO_1) in ahd_reset_channel()7454 next_fifo = fifo = 0; in ahd_reset_channel()7456 next_fifo ^= CURRFIFO_1; in ahd_reset_channel()7457 ahd_set_modes(ahd, next_fifo, next_fifo); in ahd_reset_channel()7466 ahd_outb(ahd, DFFSTAT, next_fifo); in ahd_reset_channel()7467 } while (next_fifo != fifo); in ahd_reset_channel()