Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124038
b: refs/heads/master
c: 43498ad
h: refs/heads/master
v: v3
  • Loading branch information
Marko Schluessler authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 91ecced commit c447160
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 08bcdbec683c8ded6d19f361cd806efcb77c287f
refs/heads/master: 43498ade8ade7cee1b983e5410c838ac84eef691
14 changes: 7 additions & 7 deletions trunk/drivers/media/dvb/frontends/stb0899_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
#define STB0899_OFFST_FECM_SYNCDIS 1
#define STB0899_WIDTH_FECM_SYNCDIS 1
#define STB0899_FECM_SYMI (0x01 << 0)
#define STB0899_OFFST_FECM_SYMI 1
#define STB0899_OFFST_FECM_SYMI 0
#define STB0899_WIDTH_FECM_SYMI 1

#define STB0899_VTH12 0xf534
Expand Down Expand Up @@ -1332,7 +1332,7 @@
#define STB0899_CSM_AGC_SHIFT (0x07 << 11)
#define STB0899_OFFST_CSM_AGC_SHIFT 11
#define STB0899_WIDTH_CSM_AGC_SHIFT 3
#define STB0899_CSM_AGC_GAIN (0x09 << 2)
#define STB0899_CSM_AGC_GAIN (0x1ff << 2)
#define STB0899_OFFST_CSM_AGC_GAIN 2
#define STB0899_WIDTH_CSM_AGC_GAIN 9
#define STB0899_CSM_TWO_PASS (0x01 << 1)
Expand All @@ -1344,19 +1344,19 @@

#define STB0899_OFF0_CSM_CNTRL2 0xf314
#define STB0899_BASE_CSM_CNTRL2 0x00000400
#define STB0899_CSM_GAMMA_RHO_ACQ (0x09 << 9)
#define STB0899_CSM_GAMMA_RHO_ACQ (0x1ff << 9)
#define STB0899_OFFST_CSM_GAMMA_RHOACQ 9
#define STB0899_WIDTH_CSM_GAMMA_RHOACQ 9
#define STB0899_CSM_GAMMA_ACQ (0x09 << 0)
#define STB0899_CSM_GAMMA_ACQ (0x1ff << 0)
#define STB0899_OFFST_CSM_GAMMA_ACQ 0
#define STB0899_WIDTH_CSM_GAMMA_ACQ 9

#define STB0899_OFF0_CSM_CNTRL3 0xf320
#define STB0899_BASE_CSM_CNTRL3 0x00000400
#define STB0899_CSM_GAMMA_RHO_TRACK (0x09 << 9)
#define STB0899_CSM_GAMMA_RHO_TRACK (0x1ff << 9)
#define STB0899_OFFST_CSM_GAMMA_RHOTRACK 9
#define STB0899_WIDTH_CSM_GAMMA_RHOTRACK 9
#define STB0899_CSM_GAMMA_TRACK (0x09 << 0)
#define STB0899_CSM_GAMMA_TRACK (0x1ff << 0)
#define STB0899_OFFST_CSM_GAMMA_TRACK 0
#define STB0899_WIDTH_CSM_GAMMA_TRACK 9

Expand Down Expand Up @@ -1714,7 +1714,7 @@
#define STB0899_DISPRECHARGE (0x01 << 2)
#define STB0899_OFFST_DISPRECHARGE 2
#define STB0899_WIDTH_DISPRECHARGE 1
#define STB0899_DISEQCMODE (0x01 << 0)
#define STB0899_DISEQCMODE (0x03 << 0)
#define STB0899_OFFST_DISEQCMODE 0
#define STB0899_WIDTH_DISEQCMODE 2

Expand Down

0 comments on commit c447160

Please sign in to comment.