Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/spi/
Dspi_litespi.c100 uint32_t send_len = spi_context_longest_current_buf(ctx); in spi_litespi_xfer()
Dspi_oc_simple.c117 cur_xfer_len = spi_context_longest_current_buf(ctx); in spi_oc_simple_transceive()
Dspi_context.h406 static inline size_t spi_context_longest_current_buf(struct spi_context *ctx) in spi_context_longest_current_buf() function
Dspi_xlnx_axi_quadspi.c257 xfer_len = spi_context_longest_current_buf(ctx); in xlnx_quadspi_start_tx()