Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dmxs_spi.c115 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()
/openbmc/u-boot/arch/arm/include/asm/arch-mxs/
H A Dregs-ssp.h112 #define SSP_CTRL0_LOCK_CS (1 << 27) macro