Lines Matching refs:dfs
37 uint8_t dfs; member
178 if (data->dfs > 2) { in ra_spi_b_transceive_slave()
180 } else if (data->dfs > 1) { in ra_spi_b_transceive_slave()
193 spi_context_update_tx(&data->ctx, data->dfs, 1); in ra_spi_b_transceive_slave()
204 if (data->dfs > 2) { in ra_spi_b_transceive_slave()
206 } else if (data->dfs > 1) { in ra_spi_b_transceive_slave()
211 spi_context_update_rx(&data->ctx, data->dfs, 1); in ra_spi_b_transceive_slave()
225 if (data->dfs > 2) { in ra_spi_b_transceive_master()
227 } else if (data->dfs > 1) { in ra_spi_b_transceive_master()
243 spi_context_update_tx(&data->ctx, data->dfs, 1); in ra_spi_b_transceive_master()
252 if (data->dfs > 2) { in ra_spi_b_transceive_master()
254 } else if (data->dfs > 1) { in ra_spi_b_transceive_master()
259 spi_context_update_rx(&data->ctx, data->dfs, 1); in ra_spi_b_transceive_master()
303 data->dfs = ((SPI_WORD_SIZE_GET(config->operation) - 1) / 8) + 1; in transceive()
306 spi_context_buffers_setup(&data->ctx, tx_bufs, rx_bufs, data->dfs); in transceive()