Lines Matching defs:fifo
410 * @pos: current fifo position
412 * Retrieve a last message from the list, using position in fifo.
422 if (pos >= msg->fifo)
708 unsigned long total, residual, fifo;
726 fifo = fas216_readb(info, REG_CFIS) & CFIS_CF;
729 "transfer: length 0x%06x, residual 0x%x, fifo %d",
730 total, residual, fifo);
739 residual += fifo;
843 unsigned int fifo;
850 fifo = fas216_readb(info, REG_CFIS) & CFIS_CF;
851 while (fifo && info->scsi.SCp.ptr) {
854 fifo--;
1335 msg->fifo = tot_msglen - (fas216_readb(info, REG_CFIS) & CFIS_CF);
1725 msg->fifo = tot_msglen - (fas216_readb(info, REG_CFIS) & CFIS_CF);
1739 * Load first byte into fifo, and issue SELECT with ATN and
1745 msg->fifo = 1;
1880 msg->fifo = 1;