Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-mxs.c55 #define TXRX_DEASSERT_CS (1<<1) /* De-assert CS at end of txrx */ macro
208 if ((sg_count + 1 == sgs) && (flags & TXRX_DEASSERT_CS)) in mxs_spi_txrx_dma()
308 if (len == 0 && (flags & TXRX_DEASSERT_CS)) in mxs_spi_txrx_pio()
385 TXRX_DEASSERT_CS : 0; in mxs_spi_transfer_one()