Home
last modified time | relevance | path

Searched refs:DSPI_TFDR_TXDATA (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Ddspi.h135 #define DSPI_TFDR_TXDATA(x) (((x)&0x0000FFFF)) macro
/openbmc/u-boot/include/
H A Dfsl_dspi.h143 #define DSPI_TFDR_TXDATA(x) ((x) & 0x0000FFFF) macro