diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-07-26 18:50:22 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-07-26 18:50:22 +0200 |
commit | 1f407e269694ef01d05bf8ee3c0a345c06a4de6f (patch) | |
tree | 9a8396030f4c08fc73eb3b1f7a5b997c20937a1b /tests/reset_init.sh | |
parent | 15dfd98e51740294ad89da168ba0795435130f07 (diff) | |
download | pcitool-1f407e269694ef01d05bf8ee3c0a345c06a4de6f.tar.gz pcitool-1f407e269694ef01d05bf8ee3c0a345c06a4de6f.tar.bz2 pcitool-1f407e269694ef01d05bf8ee3c0a345c06a4de6f.tar.xz pcitool-1f407e269694ef01d05bf8ee3c0a345c06a4de6f.zip |
Fix names of cmosis registers in scripts
Diffstat (limited to 'tests/reset_init.sh')
-rwxr-xr-x | tests/reset_init.sh | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/reset_init.sh b/tests/reset_init.sh deleted file mode 100755 index ebfc9f5..0000000 --- a/tests/reset_init.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -echo " Reset Readout and CMOSIS " -pci -w 0x9040 1e5 -echo " Release Reset for Readout" -pci -w 0x9040 1e1 - -echo " Start CMOSIS Configuration .." -pci -w 0x9000 f301 -pci -r 0x9000 -s 4 - -pci -w 0x9000 d207 -pci -r 0x9000 -s 4 - -pci -w 0x9000 8101 -pci -r 0x9000 -s 4 - -pci -w 0x9000 8200 -pci -r 0x9000 -s 4 -echo " End CMOSIS Configuration .." -pci -w 0x9040 3e1 - -pci -r 0x9000 -s 100 |