Changeset 11128
- Timestamp:
- 06/23/11 09:38:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ftmctrl.cc
r11127 r11128 1439 1439 static const uint64_t freq1000[8] = { R0hi|0xd000, 0x00010101, R8, R9, R11, R13, R14hi|0x400e, 0x1401450f }; 1440 1440 static const uint64_t freq2000[8] = { R0hi|0x8000, 0x00010101, R8, R9, R11, R13, R14hi|0x280e, 0x1400fa0f }; 1441 static const uint64_t freq3000[8] = { R0hi|0x9000, 0x0003010 1, R8, R9, R11, R13, R14hi|0x400e, 0x1402a30f };1442 static const uint64_t freq4000[8] = { R0hi|0x4000, 0x0001010 0, R8, R9, R11, R13, R14hi|0x280e, 0x1400fa0f };1441 static const uint64_t freq3000[8] = { R0hi|0x9000, 0x00030100, R8, R9, R11, R13, R14hi|0x400e, 0x1402a30f }; 1442 static const uint64_t freq4000[8] = { R0hi|0x4000, 0x00010101, R8, R9, R11, R13, R14hi|0x280e, 0x1400fa0f }; 1443 1443 static const uint64_t freq5000[8] = { R0hi|0x8000, 0x00030200, R8, R9, R11, R13, R14hi|0x280e, 0x1402710f }; 1444 1444
Note:
See TracChangeset
for help on using the changeset viewer.