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