Changeset 1047 for trunk/libffado/src/libieee1394/test-cyclecalc.cpp
- Timestamp:
- 04/26/08 10:30:41 (13 years ago)
- Files:
-
- trunk/libffado/src/libieee1394/test-cyclecalc.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/src/libieee1394/test-cyclecalc.cpp
r864 r1047 39 39 */ 40 40 41 #ifdef DEBUG 41 42 uint32_t now_ctr = 0x140001DA; 42 43 uint64_t now = CYCLE_TIMER_TO_TICKS(0x140001DA); 43 44 unsigned int cycle = 7968; 44 45 uint16_t syt = 0x583B; 46 #endif 45 47 46 48 debugOutput(DEBUG_LEVEL_VERBOSE,"NOW_CTR : %08X (%03us %04uc %04ut)\n", … … 62 64 debugOutput(DEBUG_LEVEL_VERBOSE,"CYCLE : %uc\n", 63 65 cycle); 64 66 #ifdef DEBUG 65 67 uint64_t calc_ts = sytRecvToFullTicks(syt, cycle, now_ctr); 68 #endif 66 69 67 70 debugOutput(DEBUG_LEVEL_VERBOSE,"CALC_TS : %011llu (%03us %04uc %04ut)\n",