Searched refs:TXRX_DEASSERT_CS (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-mxs.c64 #define TXRX_DEASSERT_CS (1<<1) /* De-assert CS at end of txrx */ macro
217 if ((sg_count + 1 == sgs) && (flags & TXRX_DEASSERT_CS)) mxs_spi_txrx_dma()
317 if (len == 0 && (flags & TXRX_DEASSERT_CS)) mxs_spi_txrx_pio()
392 TXRX_DEASSERT_CS : 0; mxs_spi_transfer_one()

Completed in 54 milliseconds