Lines Matching refs:tx_count
420 static void ifx_spi_setup_spi_header(unsigned char *txbuffer, int tx_count, in ifx_spi_setup_spi_header() argument
423 *(u16 *)(txbuffer) = tx_count; in ifx_spi_setup_spi_header()
444 int tx_count; in ifx_spi_prepare_tx_buffer() local
451 tx_count = IFX_SPI_HEADER_OVERHEAD; in ifx_spi_prepare_tx_buffer()
470 tx_count += temp_count; in ifx_spi_prepare_tx_buffer()
481 tx_count-IFX_SPI_HEADER_OVERHEAD, in ifx_spi_prepare_tx_buffer()
484 ifx_dev->swap_buf((ifx_dev->tx_buffer), tx_count, in ifx_spi_prepare_tx_buffer()
486 return tx_count; in ifx_spi_prepare_tx_buffer()
506 int tx_count; in ifx_spi_write() local
510 tx_count = kfifo_in(&ifx_dev->tx_fifo, tmp_buf, count); in ifx_spi_write()
515 return tx_count; in ifx_spi_write()