Home
last modified time | relevance | path

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

/external/u-boot/arch/m68k/include/asm/coldfire/
Ddspi.h41 #define DSPI_MCR_CSIS7 (0x00800000) macro
/external/u-boot/include/
Dfsl_dspi.h44 #define DSPI_MCR_CSIS7 0x00800000 macro
/external/u-boot/drivers/spi/
Dcf_spi.c52 dspi->mcr = DSPI_MCR_MSTR | DSPI_MCR_CSIS7 | DSPI_MCR_CSIS6 | in cfspi_init()