Searched defs:XTIME (Results 1 – 3 of 3) sorted by relevance
404 #define XTIME(x) (((x) << 1) ^ (((x) & 0x80) ? 0x1B : 0x00)) macro
370 #define XTIME(x) (((x) << 1) ^ (((x) & 0x80) ? 0x1B : 0x00)) macro
2047 #define XTIME BIT(10) /* timing TCOM command */ macro