Skip to content

Commit

Permalink
V4L/DVB (9466): Bug: Fix incorrect Register definitions
Browse files Browse the repository at this point in the history
Thanks to Robert Schlabbach <robert_s@gmx.net> for pointing this out

Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 9acfee5 commit aa91292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/dvb/frontends/stb0899_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@
#define STB0899_OFFST_CSM_GAMMA_ACQ 0
#define STB0899_WIDTH_CSM_GAMMA_ACQ 9

#define STB0899_OFF0_CSM_CNTRL3 0xf320
#define STB0899_OFF0_CSM_CNTRL3 0xf318
#define STB0899_BASE_CSM_CNTRL3 0x00000400
#define STB0899_CSM_GAMMA_RHO_TRACK (0x1ff << 9)
#define STB0899_OFFST_CSM_GAMMA_RHOTRACK 9
Expand All @@ -1360,7 +1360,7 @@
#define STB0899_OFFST_CSM_GAMMA_TRACK 0
#define STB0899_WIDTH_CSM_GAMMA_TRACK 9

#define STB0899_OFF0_CSM_CNTRL4 0xf324
#define STB0899_OFF0_CSM_CNTRL4 0xf31c
#define STB0899_BASE_CSM_CNTRL4 0x00000400
#define STB0899_CSM_PHASEDIFF_THRESH (0x0f << 8)
#define STB0899_OFFST_CSM_PHASEDIFF_THRESH 8
Expand Down

0 comments on commit aa91292

Please sign in to comment.