summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/inc/regs.h
diff options
context:
space:
mode:
authorschodet2009-01-22 09:24:25 +0000
committerschodet2009-01-22 09:24:25 +0000
commit675a8b5c82c03630b8fcfa8d0263f94a22916d91 (patch)
treee37170f9c8807b6e284b81ba36195b8f73b71ae8 /cesar/hal/phy/inc/regs.h
parent18769c5cca2c1a882adc9582692df7719e4d2d69 (diff)
* hal/phy:
- set TX_PARAM for SOUND compare mode. - use new SOUND_ENABLE bit. - cleaned up SOUND rx preparation code. - re #230. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@3836 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/hal/phy/inc/regs.h')
-rw-r--r--cesar/hal/phy/inc/regs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/hal/phy/inc/regs.h b/cesar/hal/phy/inc/regs.h
index 95240aa915..65f112234d 100644
--- a/cesar/hal/phy/inc/regs.h
+++ b/cesar/hal/phy/inc/regs.h
@@ -125,6 +125,8 @@ typedef u32 uint32_t;
#define PHY_DSPSS_RX_PARAM__LOG_SAMPLES 16, 16
#define PHY_DSPSS_RX_PARAM__USE_COEFF 17, 17
#define PHY_DSPSS_RX_PARAM__SOUND_FRAME 27, 27
+#define PHY_DSPSS_RX_PARAM__SOUND_ENABLE 28, 28
+#define PHY_DSPSS_RX_PARAM__SOUND_ENABLE_LOCK 29, 29
# define PHY_DSPSS_RX_PARAM__DEFAULT \
(BF_MASK (PHY_DSPSS_RX_PARAM__USE_SCRAMBLER) \
)