summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-01-12 15:39:25 +0100
committerSylvain Munaut <tnt@246tNt.com>2011-01-12 15:39:25 +0100
commit9627afc8bbd0e12a5ee154297262d50beb68a773 (patch)
treeaafe45774c70b39e8a1a9ac1e3b8c2105223e153
parentcd918a20aac608c9a0adfa42ed6801b070bbced6 (diff)
fw/calypso/dsp: Add comment about meaning of bit 11 of ndb->d_tch_mode
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--src/target/firmware/calypso/dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/calypso/dsp.c b/src/target/firmware/calypso/dsp.c
index 5de7ee69..86adc550 100644
--- a/src/target/firmware/calypso/dsp.c
+++ b/src/target/firmware/calypso/dsp.c
@@ -420,7 +420,7 @@ static void dsp_ndb_init(void)
ndb->a_fd[0] = (1<<B_FIRE1);
ndb->a_fd[2] = 0xffff;
ndb->d_a5mode = 0;
- ndb->d_tch_mode = 0x0800;
+ ndb->d_tch_mode = 0x0800; /* Set ABB model to Iota */
#define GUARD_BITS 8 // 11 or 9 for TSM30, 7 for Freerunner
ndb->d_tch_mode |= (((GUARD_BITS - 4) & 0x000F) << 7); //Bit 7..10: guard bits