Home
last modified time | relevance | path

Searched defs:DSPI_TFDR_TXCMD (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Ddspi.h136 #define DSPI_TFDR_TXCMD(x) (((x)&0x0000FFFF)<<16) macro
/openbmc/u-boot/include/
H A Dfsl_dspi.h144 #define DSPI_TFDR_TXCMD(x) (((x) & 0x0000FFFF) << 16) macro