Lines Matching refs:rx_buf
533 xfer, xfer->len, xfer->tx_buf, xfer->rx_buf, in atmel_spi_next_xfer_pio()
567 if (xfer->rx_buf) { in atmel_spi_next_xfer_dma_submit()
610 xfer->rx_buf, (unsigned long long)xfer->rx_dma); in atmel_spi_next_xfer_dma_submit()
651 if (xfer->rx_buf) in atmel_spi_next_xfer_data()
750 (unsigned long long)xfer->tx_dma, xfer->rx_buf, in atmel_spi_pdc_next_xfer()
769 (unsigned long long)xfer->tx_dma, xfer->rx_buf, in atmel_spi_pdc_next_xfer()
811 if (xfer->rx_buf) { in atmel_spi_dma_map_xfer()
813 xfer->rx_buf, xfer->len, in atmel_spi_dma_map_xfer()
854 if (xfer->rx_buf) { in atmel_spi_pump_pio_data()
856 rxp16 = (u16 *)(((u8 *)xfer->rx_buf) + xfer_pos); in atmel_spi_pump_pio_data()
859 rxp = ((u8 *)xfer->rx_buf) + xfer_pos; in atmel_spi_pump_pio_data()
1059 if (!(xfer->tx_buf || xfer->rx_buf) && xfer->len) { in atmel_spi_one_transfer()
1225 xfer->rx_buf, &xfer->rx_dma); in atmel_spi_transfer_one_message()