Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Ddspi.h65 #define DSPI_CTAR_LSBFE (0x01000000) macro
/openbmc/u-boot/include/
H A Dfsl_dspi.h72 #define DSPI_CTAR_LSBFE 0x01000000 macro
/openbmc/u-boot/drivers/spi/
H A Dfsl_dspi.c187 bus_setup &= ~(DSPI_CTAR_CPOL | DSPI_CTAR_CPHA | DSPI_CTAR_LSBFE); in fsl_dspi_cfg_ctar_mode()
194 bus_setup |= DSPI_CTAR_LSBFE; in fsl_dspi_cfg_ctar_mode()
H A Dcf_spi.c225 bus_setup |= DSPI_CTAR_LSBFE; in cfspi_setup_slave()