Searched refs:spi_buf_set_in_nocache (Results 1 – 1 of 1) sorted by relevance
953 static bool spi_buf_set_in_nocache(const struct spi_buf_set *bufs) in spi_buf_set_in_nocache() function990 if ((tx_bufs != NULL && !spi_buf_set_in_nocache(tx_bufs)) || in transceive_dma()991 (rx_bufs != NULL && !spi_buf_set_in_nocache(rx_bufs))) { in transceive_dma()