summaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/e4000_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2015-04-21 21:18:45 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-20 13:46:13 -0300
commit0e3a71c3749fa451505a67a61d61e142a96ceb23 (patch)
tree2bed8a91a9f293471c57ae6a7b8bd87571da3b86 /drivers/media/tuners/e4000_priv.h
parente4d131d392073e498d23bb0e52198258c3637116 (diff)
downloadop-kernel-dev-0e3a71c3749fa451505a67a61d61e142a96ceb23.zip
op-kernel-dev-0e3a71c3749fa451505a67a61d61e142a96ceb23.tar.gz
[media] e4000: revise synthesizer calculation
Update synthesizer calculation to model I prefer nowadays. It is mostly just renaming some variables to ones I think are most standard. Also add 'schematic' of synthesizer following my current understanding. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners/e4000_priv.h')
-rw-r--r--drivers/media/tuners/e4000_priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/tuners/e4000_priv.h b/drivers/media/tuners/e4000_priv.h
index cb00704..6214fc0 100644
--- a/drivers/media/tuners/e4000_priv.h
+++ b/drivers/media/tuners/e4000_priv.h
@@ -49,8 +49,8 @@ struct e4000 {
struct e4000_pll {
u32 freq;
- u8 div;
- u8 mul;
+ u8 div_out_reg;
+ u8 div_out;
};
static const struct e4000_pll e4000_pll_lut[] = {
OpenPOWER on IntegriCloud