Searched refs:BM_SSP_CTRL0_RUN (Results 1 – 2 of 2) sorted by relevance
329 writel(BM_SSP_CTRL0_RUN, in mxs_spi_txrx_pio()332 if (mxs_ssp_wait(spi, HW_SSP_CTRL0, BM_SSP_CTRL0_RUN, 1)) in mxs_spi_txrx_pio()349 if (mxs_ssp_wait(spi, HW_SSP_CTRL0, BM_SSP_CTRL0_RUN, 0)) in mxs_spi_txrx_pio()
20 #define BM_SSP_CTRL0_RUN (1 << 29) macro