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

/linux-master/sound/soc/xtensa/
H A Dxtfpga-i2s.c85 unsigned tx_fifo_level; member in struct:xtfpga_i2s
137 for (; i2s->tx_fifo_level < i2s->tx_fifo_high; \
138 i2s->tx_fifo_level += 2) { \
201 i2s->tx_fifo_level = i2s->tx_fifo_low;
241 i2s->tx_fifo_level = 0;
248 i2s->tx_fifo_level = i2s->tx_fifo_low;
/linux-master/drivers/spi/
H A Dspi-lantiq-ssc.c210 static unsigned int tx_fifo_level(const struct lantiq_ssc_spi *spi) function
228 return spi->tx_fifo_size - tx_fifo_level(spi);
640 else if (!tx_fifo_level(spi))

Completed in 180 milliseconds