Searched refs:DSPI_CTAR_TRSZ (Results 1 - 4 of 4) sorted by path

/u-boot/arch/m68k/include/asm/coldfire/
H A Ddspi.h56 #define DSPI_CTAR_TRSZ(x) (((x)&0x0F)<<27) macro
/u-boot/drivers/spi/
H A Dcf_spi.c63 #define MCF_FRM_SZ_16BIT DSPI_CTAR_TRSZ(0xf)
72 #define MCF_DSPI_DEFAULT_CTAR (DSPI_CTAR_TRSZ(7) | \
362 ctar = DSPI_CTAR_TRSZ(plat->ctar[i][0]) |
H A Dfsl_dspi.c48 #define DSPI_CTAR_DEFAULT_VALUE (DSPI_CTAR_TRSZ(7) | \
57 #define DSPI_CTAR_SET_MODE_MASK (DSPI_CTAR_TRSZ(15) | \
198 DSPI_CTAR_TRSZ(15)) == DSPI_CTAR_TRSZ(15)) ? 16 : 8;
/u-boot/include/
H A Dfsl_dspi.h63 #define DSPI_CTAR_TRSZ(x) (((x) & 0x0F) << 27) macro

Completed in 78 milliseconds