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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dfsi.c594 int fifo_fill; local
628 fifo_fill = fsi_get_fifo_residue(fsi, 0);
630 if (free < fifo_fill)
631 fifo_fill = free;
638 for (i = 0; i < fifo_fill; i++)
643 for (i = 0; i < fifo_fill; i++)
650 fsi->byte_offset += fifo_fill * width;

Completed in 93 milliseconds