Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/coldfire/
H A Ddspi.h133 #define DSPI_RFR_RXDATA(x) (((x)&0xFFFF)) macro
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_dspi.h141 #define DSPI_RFR_RXDATA(x) ((x) & 0x0000FFFF) macro