Searched refs:spi_context_longest_current_buf (Results 1 – 6 of 6) sorted by relevance
122 cur_xfer_len = spi_context_longest_current_buf(ctx); in spi_oc_simple_transceive()
262 cmd_bytes = spi_context_longest_current_buf(ctx); in mss_qspi_transmit()322 rd_bytes = spi_context_longest_current_buf(ctx); in mss_qspi_receive()
525 static inline size_t spi_context_longest_current_buf(struct spi_context *ctx) in spi_context_longest_current_buf() function
189 tr_len = spi_context_longest_current_buf(ctx); in mss_spi_readwr_fifo()
269 xfer_len = spi_context_longest_current_buf(ctx); in xlnx_quadspi_start_tx()
335 if (spi_context_longest_current_buf(ctx) > SPI_CMDQ_DATA_LEN_MAX) { in spi_it8xxx2_next_xfer()