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