Home | History | Annotate | Download | only in include

Lines Matching refs:xF

31 #define RW_T1T_BLD_ADD(a, k, y)   a = ((k & 0xF) << 3) | (y&0x7);
32 #define RW_T1T_BLD_ADDS(a, s) a = ((s & 0xF) << 4);