Home
last modified time | relevance | path

Searched refs:DSPI_CTAR_TRSZ (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dls1012aqds.h82 #define CONFIG_SYS_DSPI_CTAR1 (DSPI_CTAR_TRSZ(7) | DSPI_CTAR_PCSSCK_1CLK |\
88 #define CONFIG_SYS_DSPI_CTAR2 (DSPI_CTAR_TRSZ(7) | DSPI_CTAR_PCSSCK_1CLK |\
94 #define CONFIG_SYS_DSPI_CTAR3 (DSPI_CTAR_TRSZ(7) | DSPI_CTAR_PCSSCK_1CLK |\
H A Dstmark2.h71 #define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \
H A DM52277EVB.h109 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \
H A DM54451EVB.h122 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \
H A DM54418TWR.h157 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \
H A DM54455EVB.h148 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \
/openbmc/u-boot/drivers/spi/
H A Dfsl_dspi.c43 #define DSPI_CTAR_DEFAULT_VALUE (DSPI_CTAR_TRSZ(7) | \
52 #define DSPI_CTAR_SET_MODE_MASK (DSPI_CTAR_TRSZ(15) | \
200 DSPI_CTAR_TRSZ(15)) == DSPI_CTAR_TRSZ(15)) ? 16 : 8; in fsl_dspi_cfg_ctar_mode()
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Ddspi.h62 #define DSPI_CTAR_TRSZ(x) (((x)&0x0F)<<27) macro
/openbmc/u-boot/include/
H A Dfsl_dspi.h69 #define DSPI_CTAR_TRSZ(x) (((x) & 0x0F) << 27) macro