Searched refs:SSP_CTRL0_LOCK_CS (Results 1 – 2 of 2) sorted by relevance
115 writel(SSP_CTRL0_LOCK_CS, &ssp_regs->hw_ssp_ctrl0_set); in mxs_spi_start_xfer()121 writel(SSP_CTRL0_LOCK_CS, &ssp_regs->hw_ssp_ctrl0_clr); in mxs_spi_end_xfer()212 ctrl0 |= SSP_CTRL0_LOCK_CS; in mxs_spi_xfer_dma()270 ctrl0 &= ~SSP_CTRL0_LOCK_CS; in mxs_spi_xfer_dma()
112 #define SSP_CTRL0_LOCK_CS (1 << 27) macro