diff options
Diffstat (limited to 'src/usr/hwpf/test')
-rw-r--r-- | src/usr/hwpf/test/hwpftest.H | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/usr/hwpf/test/hwpftest.H b/src/usr/hwpf/test/hwpftest.H index d147c6da4..8bad8aef8 100644 --- a/src/usr/hwpf/test/hwpftest.H +++ b/src/usr/hwpf/test/hwpftest.H @@ -177,7 +177,8 @@ public: {0x000000000006002b, 0, 0x0000000000000183}, {0x000000000006002c, 0, 0x0000000000000183}, {0x000000000006800b, 0, 0}, - {0x000000000006800c, 0, 0x8000000000000000 >> 0x17}, + {0x000000000006800c, 0, (0x8000000000000000 >> 0x17) | + (0xa800000000000000 >> 0x18)}, {0x0000000013010002, 0, 0xAABBC00000000000}, {0x0000000013030007, 0, 0x00000CDE00000000}, /* @@ -188,14 +189,14 @@ public: * these registers. * Disable them for now, needs to re-enable them when VBU upgrade to use chip release 052 {0x0000000013013283, 0, 0x3c90000000000000 | - 0x8000000000000000 >> 0x0c | - 0x8000000000000000 >> 0x0d | - 0x0306400412000000 >> 0x0e}, + (0x8000000000000000 >> 0x0c) | + (0x8000000000000000 >> 0x0d) | + (0x0306400412000000 >> 0x0e)}, {0x0000000013013284, 0, 0x3c90000000000000}, - {0x0000000013013285, 0, 0x8000000000000000 >> 0x0f | - 0x8000000000000000 >> 0x10 | - 0x8000000000000000 >> 0x13 | - 0x0306400412000000 >> 0x15 }, + {0x0000000013013285, 0, (0x8000000000000000 >> 0x0f) | + (0x8000000000000000 >> 0x10) | + (0x8000000000000000 >> 0x13) | + (0x0306400412000000 >> 0x15) }, {0x0000000013013286, 0, 0}, {0x0000000013013287, 0, 0x0000000000000182}, {0x0000000013013288, 0, 0x0000000000000192}, |