Searched refs:SSP_CTRL0_LOCK_CS (Results 1 – 2 of 2) sorted by relevance
120 writel(SSP_CTRL0_LOCK_CS, &ssp_regs->hw_ssp_ctrl0_set); in mxs_spi_start_xfer()126 writel(SSP_CTRL0_LOCK_CS, &ssp_regs->hw_ssp_ctrl0_clr); in mxs_spi_end_xfer()217 ctrl0 |= SSP_CTRL0_LOCK_CS; in mxs_spi_xfer_dma()275 ctrl0 &= ~SSP_CTRL0_LOCK_CS; in mxs_spi_xfer_dma()
113 #define SSP_CTRL0_LOCK_CS (1 << 27) macro