Lines Matching refs:tx_count
409 static void ifx_spi_setup_spi_header(unsigned char *txbuffer, int tx_count, in ifx_spi_setup_spi_header() argument
412 *(u16 *)(txbuffer) = tx_count; in ifx_spi_setup_spi_header()
433 int tx_count; in ifx_spi_prepare_tx_buffer() local
440 tx_count = IFX_SPI_HEADER_OVERHEAD; in ifx_spi_prepare_tx_buffer()
459 tx_count += temp_count; in ifx_spi_prepare_tx_buffer()
470 tx_count-IFX_SPI_HEADER_OVERHEAD, in ifx_spi_prepare_tx_buffer()
473 ifx_dev->swap_buf((ifx_dev->tx_buffer), tx_count, in ifx_spi_prepare_tx_buffer()
475 return tx_count; in ifx_spi_prepare_tx_buffer()
495 int tx_count; in ifx_spi_write() local
499 tx_count = kfifo_in(&ifx_dev->tx_fifo, tmp_buf, count); in ifx_spi_write()
504 return tx_count; in ifx_spi_write()