Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-mxs/
H A Dregs-ssp.h121 #define SSP_CTRL0_WAIT_FOR_IRQ (1 << 21) macro
/openbmc/u-boot/drivers/mmc/
H A Dmxsmmc.c231 ctrl0 |= SSP_CTRL0_WAIT_FOR_IRQ | SSP_CTRL0_ENABLE | SSP_CTRL0_RUN; in mxsmmc_send_cmd()