Searched refs:protocol_overhead_bytes (Results 1 – 1 of 1) sorted by relevance
705 size_t protocol_overhead_bytes; in ax_spi_mem_adjust_op_size() local709 protocol_overhead_bytes = op->cmd.nbytes + op->addr.nbytes + op->dummy.nbytes; 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()