aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/stb0899_reg.h
diff options
context:
space:
mode:
authorReinhard Nissl <rnissl@gmx.de>2008-07-09 15:38:27 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 17:53:24 -0200
commit9bb17eee39d862611d2f34d5c611661b3dfd2e54 (patch)
treefb69de0d1a60f5769a76fa7a6d9e715db81d1a7f /drivers/media/dvb/frontends/stb0899_reg.h
parentc615a27a533b6f6de6143d4d58cfa0abfdb6970d (diff)
V4L/DVB (9468): Miscellaneous fixes
- Fix a bitfield - Set gain appropriately - Slept for the wrong duration Signed-off-by: Reinhard Nissl <rnissl@gmx.de> Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb0899_reg.h')
-rw-r--r--drivers/media/dvb/frontends/stb0899_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stb0899_reg.h b/drivers/media/dvb/frontends/stb0899_reg.h
index 4e5b2415847..ba1ed56304a 100644
--- a/drivers/media/dvb/frontends/stb0899_reg.h
+++ b/drivers/media/dvb/frontends/stb0899_reg.h
@@ -362,7 +362,7 @@
#define STB0899_OFF0_CRL_FREQ 0xf304
#define STB0899_BASE_CRL_FREQ 0x00000000
-#define STB0899_CARR_FREQ (0x1fffffff << 0)
+#define STB0899_CARR_FREQ (0x3fffffff << 0)
#define STB0899_OFFST_CARR_FREQ 0
#define STB0899_WIDTH_CARR_FREQ 30