Lines Matching refs:tx_count
400 * @tx_count: bytes
407 static void ifx_spi_setup_spi_header(unsigned char *txbuffer, int tx_count,
410 *(u16 *)(txbuffer) = tx_count;
431 int tx_count;
438 tx_count = IFX_SPI_HEADER_OVERHEAD;
457 tx_count += temp_count;
468 tx_count-IFX_SPI_HEADER_OVERHEAD,
471 ifx_dev->swap_buf((ifx_dev->tx_buffer), tx_count,
473 return tx_count;
493 int tx_count;
497 tx_count = kfifo_in(&ifx_dev->tx_fifo, tmp_buf, count);
502 return tx_count;