Lines Matching refs:rx_buf
205 UNALIGNED_PUT(rx, (uint32_t *)data->ctx.rx_buf); in ra_spi_b_transceive_slave()
207 UNALIGNED_PUT(rx, (uint16_t *)data->ctx.rx_buf); in ra_spi_b_transceive_slave()
209 UNALIGNED_PUT(rx, (uint8_t *)data->ctx.rx_buf); in ra_spi_b_transceive_slave()
253 UNALIGNED_PUT(rx, (uint32_t *)data->ctx.rx_buf); in ra_spi_b_transceive_master()
255 UNALIGNED_PUT(rx, (uint16_t *)data->ctx.rx_buf); in ra_spi_b_transceive_master()
257 UNALIGNED_PUT(rx, (uint8_t *)data->ctx.rx_buf); in ra_spi_b_transceive_master()
329 if (data->ctx.rx_buf == NULL) { in transceive()
332 R_SPI_B_Read(&data->spi, data->ctx.rx_buf, data->data_len, spi_width); in transceive()
334 R_SPI_B_WriteRead(&data->spi, data->ctx.tx_buf, data->ctx.rx_buf, data->data_len, in transceive()
463 data->spi.p_rx_data = data->ctx.rx_buf; in ra_spi_retransmit()
467 data->spi.p_rx_data = data->ctx.rx_buf; in ra_spi_retransmit()
498 p_info->p_dest = data->ctx.rx_buf; in ra_spi_retransmit()
500 if (NULL == data->ctx.rx_buf) { in ra_spi_retransmit()
548 if (data->ctx.rx_buf != NULL && data->ctx.tx_buf != NULL) { in ra_spi_rxi_isr()