Lines Matching defs:fifo
376 ahd_clear_fifo(struct ahd_softc *ahd, u_int fifo)
382 printf("%s: Clearing FIFO %d\n", ahd_name(ahd), fifo);
385 ahd_set_modes(ahd, fifo, fifo);
626 * Run a data fifo to completion for a transaction we know
6071 * the incoming target command fifo.
7613 u_int fifo;
7642 next_fifo = fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO;
7645 next_fifo = fifo = 0;
7658 } while (next_fifo != fifo);
10636 * this interrupt before we walk the output fifo.