summaryrefslogtreecommitdiffstats
path: root/tests/Reset_Init.sh
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-10-31 06:34:26 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-10-31 06:34:26 +0100
commitcd35dd6d3f1343b8ec2590cf9bfc9a1bc41c4960 (patch)
treeeed4e7b17ff4b87466cdb4376c2409d49d07d2f1 /tests/Reset_Init.sh
parent85a5de8ad86120a33e00cbb5d66bcfca0388111f (diff)
downloadpcitool-cd35dd6d3f1343b8ec2590cf9bfc9a1bc41c4960.tar.gz
pcitool-cd35dd6d3f1343b8ec2590cf9bfc9a1bc41c4960.tar.bz2
pcitool-cd35dd6d3f1343b8ec2590cf9bfc9a1bc41c4960.tar.xz
pcitool-cd35dd6d3f1343b8ec2590cf9bfc9a1bc41c4960.zip
Update scripts
Diffstat (limited to 'tests/Reset_Init.sh')
-rwxr-xr-xtests/Reset_Init.sh24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/Reset_Init.sh b/tests/Reset_Init.sh
index 198cbfc..ebfc9f5 100755
--- a/tests/Reset_Init.sh
+++ b/tests/Reset_Init.sh
@@ -1,23 +1,23 @@
#!/bin/bash
echo " Reset Readout and CMOSIS "
-pci -w 0xd2009040 1e5
+pci -w 0x9040 1e5
echo " Release Reset for Readout"
-pci -w 0xd2009040 1e1
+pci -w 0x9040 1e1
echo " Start CMOSIS Configuration .."
-pci -w 0xd2009000 f301
-pci -r 0xd2009000 -s 4
+pci -w 0x9000 f301
+pci -r 0x9000 -s 4
-pci -w 0xd2009000 d207
-pci -r 0xd2009000 -s 4
+pci -w 0x9000 d207
+pci -r 0x9000 -s 4
-pci -w 0xd2009000 8101
-pci -r 0xd2009000 -s 4
+pci -w 0x9000 8101
+pci -r 0x9000 -s 4
-pci -w 0xd2009000 8200
-pci -r 0xd2009000 -s 4
+pci -w 0x9000 8200
+pci -r 0x9000 -s 4
echo " End CMOSIS Configuration .."
-pci -w 0xd2009040 3e1
+pci -w 0x9040 3e1
-pci -r 0xd2009000 -s 100
+pci -r 0x9000 -s 100