Lines Matching refs:dfs
107 switch (spi->dfs) { in push_data()
137 spi_context_update_tx(&spi->ctx, spi->dfs, 1); in push_data()
158 switch (spi->dfs) { in pull_data()
171 spi_context_update_rx(&spi->ctx, spi->dfs, 1); in pull_data()
236 spi->dfs = SPI_WS_TO_DFS(SPI_WORD_SIZE_GET(config->operation)); in spi_dw_configure()
267 SPI_WORD_SIZE_GET(config->operation), spi->dfs, in spi_dw_configure()
280 SPI_WORD_SIZE_GET(config->operation), spi->dfs, in spi_dw_configure()
294 size_t rx_count, uint8_t dfs) in spi_dw_compute_ndf() argument
307 return (len / dfs) - 1; in spi_dw_compute_ndf()
374 spi->dfs); in transceive()
402 spi_context_buffers_setup(&spi->ctx, tx_bufs, rx_bufs, spi->dfs); in transceive()