Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/spi/
H A Dmxs-spi.h28 #define BM_SSP_CTRL0_WAIT_FOR_IRQ (1 << 21) macro
/openbmc/linux/drivers/spi/
H A Dspi-mxs.c119 select |= BM_SSP_CTRL0_WAIT_FOR_IRQ; in mxs_spi_cs_to_reg()
370 writel(BM_SSP_CTRL0_WAIT_FOR_CMD | BM_SSP_CTRL0_WAIT_FOR_IRQ, in mxs_spi_transfer_one()
/openbmc/linux/drivers/mmc/host/
H A Dmxs-mmc.c382 BM_SSP_CTRL0_WAIT_FOR_IRQ | in mxs_mmc_adtc()