Lines Matching refs:dfs
33 uint8_t dfs; member
190 if (data->dfs > 2) { in ra_spi_transceive_slave()
192 } else if (data->dfs > 1) { in ra_spi_transceive_slave()
210 spi_context_update_tx(&data->ctx, data->dfs, 1); in ra_spi_transceive_slave()
227 if (data->dfs > 2) { in ra_spi_transceive_slave()
229 } else if (data->dfs > 1) { in ra_spi_transceive_slave()
234 spi_context_update_rx(&data->ctx, data->dfs, 1); in ra_spi_transceive_slave()
250 if (data->dfs > 2) { in ra_spi_transceive_master()
252 } else if (data->dfs > 1) { in ra_spi_transceive_master()
273 spi_context_update_tx(&data->ctx, data->dfs, 1); in ra_spi_transceive_master()
289 if (data->dfs > 2) { in ra_spi_transceive_master()
291 } else if (data->dfs > 1) { in ra_spi_transceive_master()
297 spi_context_update_rx(&data->ctx, data->dfs, 1); in ra_spi_transceive_master()
342 data->dfs = ((SPI_WORD_SIZE_GET(config->operation) - 1) / 8) + 1; in transceive()
347 spi_context_buffers_setup(&data->ctx, tx_bufs, rx_bufs, data->dfs); in transceive()