Home
last modified time | relevance | path

Searched refs:DSPI_MCR_MSTR (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/coldfire/
H A Ddspi.h35 #define DSPI_MCR_MSTR (0x80000000) macro
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_dspi.h36 #define DSPI_MCR_MSTR 0x80000000 macro
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dfsl_dspi.c433 mcr_cfg_val = DSPI_MCR_MSTR | DSPI_MCR_PCSIS_MASK | in spi_setup_slave()
570 mcr_cfg_val = DSPI_MCR_MSTR | DSPI_MCR_PCSIS_MASK | in fsl_dspi_probe()
H A Dcf_spi.c53 dspi->mcr = DSPI_MCR_MSTR | DSPI_MCR_CSIS7 | DSPI_MCR_CSIS6 | in cfspi_init()