Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Ddspi.h34 #define DSPI_MCR_MSTR (0x80000000) macro
/openbmc/u-boot/include/
H A Dfsl_dspi.h35 #define DSPI_MCR_MSTR 0x80000000 macro
/openbmc/u-boot/drivers/spi/
H A Dfsl_dspi.c427 mcr_cfg_val = DSPI_MCR_MSTR | DSPI_MCR_PCSIS_MASK | in spi_setup_slave()
564 mcr_cfg_val = DSPI_MCR_MSTR | DSPI_MCR_PCSIS_MASK | in fsl_dspi_probe()
H A Dcf_spi.c52 dspi->mcr = DSPI_MCR_MSTR | DSPI_MCR_CSIS7 | DSPI_MCR_CSIS6 | in cfspi_init()