[Armadeus-commitlog] SF.net SVN: armadeus:[1020] branches/tsc210x/target/linux/debug
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-01-16 13:47:14
|
Revision: 1020
http://armadeus.svn.sourceforge.net/armadeus/?rev=1020&view=rev
Author: artemys
Date: 2009-01-16 13:47:04 +0000 (Fri, 16 Jan 2009)
Log Message:
-----------
[DEBUG] wrong registers in imxssi & imxregs
Modified Paths:
--------------
branches/tsc210x/target/linux/debug/imxregs/imx27regs.h
branches/tsc210x/target/linux/debug/imxssi/imxssi.c
Modified: branches/tsc210x/target/linux/debug/imxregs/imx27regs.h
===================================================================
--- branches/tsc210x/target/linux/debug/imxregs/imx27regs.h 2009-01-16 13:35:27 UTC (rev 1019)
+++ branches/tsc210x/target/linux/debug/imxregs/imx27regs.h 2009-01-16 13:47:04 UTC (rev 1020)
@@ -89,7 +89,7 @@
{ "BLR4", 0x10001194, 0, 0xffffffff, 'x', "Channel 4 Burst Length Register" },
{ "RTOR4", 0x10001198, 0, 0xffffffff, 'x', "Channel 4 Request Time-Out Register" },
{ "BUCR4", 0x10001198, 0, 0xffffffff, 'x', "Channel 4 Bus Utilization Control Register" },
-{ "CCNR", 0x1000119C, 0, 0xffffffff, 'x', "4 Channel 4 Channel Counter Register" },
+{ "CCNR4", 0x1000119C, 0, 0xffffffff, 'x', "Channel 4 Channel Counter Register" },
{ "SAR5", 0x100011C0, 0, 0xffffffff, 'x', "Channel 5 Source Address Register" },
{ "DAR5", 0x100011C4, 0, 0xffffffff, 'x', "Channel 5 Destination Address Register" },
{ "CNTR5", 0x100011C8, 0, 0xffffffff, 'x', "Channel 5 Count Register" },
Modified: branches/tsc210x/target/linux/debug/imxssi/imxssi.c
===================================================================
--- branches/tsc210x/target/linux/debug/imxssi/imxssi.c 2009-01-16 13:35:27 UTC (rev 1019)
+++ branches/tsc210x/target/linux/debug/imxssi/imxssi.c 2009-01-16 13:47:04 UTC (rev 1020)
@@ -273,13 +273,13 @@
setreg("SCSR", 0xDB41);
#else
setreg("PCCR0", 0xd5010013);
- setreg("PPCR1", 0xa21a0e30);
+ setreg("PCCR1", 0xa21a0e30);
setreg("PPCR1", 0x00001000);
setreg("HPCR1", 0xcc007000);
setreg("STCR_1", 0x0000028d); /* I2S mode */
setreg("SRCR_1", 0x0000028d); /* I2S mode */
- setreg("STCCR_1", 0x0004e000);
- setreg("SCR_1", 0x000000d7); /* I2S mode */
+ setreg("STCCR_1", 0x0000e000);
+ setreg("SCR_1", 0x00000057); /* I2S mode */
#endif
sscanf(argv[1],"%i",&type);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|