Home
last modified time | relevance | path

Searched refs:fifo_total_bytes (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/spi/
H A Dspi-axiado.c704 size_t fifo_total_bytes; in ax_spi_mem_adjust_op_size() local
707 fifo_total_bytes = xspi->tx_fifo_depth; in ax_spi_mem_adjust_op_size()
712 if (fifo_total_bytes <= protocol_overhead_bytes) { in ax_spi_mem_adjust_op_size()
715 fifo_total_bytes, protocol_overhead_bytes); in ax_spi_mem_adjust_op_size()
717 max_transfer_payload_bytes = fifo_total_bytes - protocol_overhead_bytes; in ax_spi_mem_adjust_op_size()