mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 06:26:55 +07:00
V4L/DVB (9391): Register definition bugs
Signed-off-by: Marko Schluessler <marco@lordzodiac.de> Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
08bcdbec68
commit
43498ade8a
@ -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
|
||||
@ -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)
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user