Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-mxs/
H A Dregs-ssp.h130 #define SSP_CTRL0_XFER_COUNT_MASK 0xffff macro
/openbmc/u-boot/drivers/spi/
H A Dmxs_spi.c136 writel(SSP_CTRL0_XFER_COUNT_MASK, &ssp_regs->hw_ssp_ctrl0_clr); in mxs_spi_xfer_pio()
/openbmc/u-boot/drivers/mmc/
H A Dmxsmmc.c212 ctrl0 |= reg & SSP_CTRL0_XFER_COUNT_MASK; in mxsmmc_send_cmd()