Home
last modified time | relevance | path

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

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