Searched refs:spi_context_longest_current_buf (Results 1 – 7 of 7) sorted by relevance
122 cur_xfer_len = spi_context_longest_current_buf(ctx); in spi_oc_simple_transceive()
273 cmd_bytes = spi_context_longest_current_buf(ctx); in mss_qspi_transmit()333 rd_bytes = spi_context_longest_current_buf(ctx); in mss_qspi_receive()
541 block_length == spi_context_longest_current_buf(&data->ctx)) { in spi_mcux_dma_transfer()682 spi_context_longest_current_buf(&data->ctx) == data->word_size_bytes) { in transceive_dma()
199 tr_len = spi_context_longest_current_buf(ctx); in mss_spi_readwr_fifo()
631 static inline size_t spi_context_longest_current_buf(struct spi_context *ctx) in spi_context_longest_current_buf() function
269 xfer_len = spi_context_longest_current_buf(ctx); in xlnx_quadspi_start_tx()
353 if (spi_context_longest_current_buf(ctx) > SPI_CMDQ_DATA_LEN_MAX) { in spi_it8xxx2_next_xfer()
Completed in 21 milliseconds