Searched refs:fifo_retry_count (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/soundwire/
H A Dqcom.c356 int fifo_retry_count = SWR_OVERFLOW_RETRY_COUNT; local
369 } while (fifo_retry_count--);
382 int fifo_retry_count = SWR_OVERFLOW_RETRY_COUNT; local
395 } while (fifo_retry_count--);
408 int fifo_retry_count = SWR_OVERFLOW_RETRY_COUNT; local
415 while (fifo_retry_count) {
419 fifo_retry_count--;

Completed in 157 milliseconds