Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92549
b: refs/heads/master
c: ae07d04
h: refs/heads/master
i:
  92547: 2450f98
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 494c3f4 commit 0de6b3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e83ebb64eff4636a5eab06a6cc493ab51e900ed0
refs/heads/master: ae07d042f626caa13d5a8a15ac7297b2873f7622
6 changes: 3 additions & 3 deletions trunk/drivers/media/dvb/frontends/tda18271-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ static int tda18271_calibrate_rf(struct dvb_frontend *fe, u32 freq)
/* set the internal calibration signal */
N = freq;

tda18271_calc_main_pll(fe, N);
tda18271_write_regs(fe, R_MPD, 4);
tda18271_calc_cal_pll(fe, N);
tda18271_write_regs(fe, R_CPD, 4);

/* downconvert internal calibration */
N += 1000000;
Expand All @@ -331,7 +331,7 @@ static int tda18271_calibrate_rf(struct dvb_frontend *fe, u32 freq)
regs[R_EB7] &= ~0x20;
tda18271_write_regs(fe, R_EB7, 1);

msleep(5); /* plls locking */
msleep(10); /* plls locking */

/* launch the rf tracking filters calibration */
regs[R_EB20] |= 0x20;
Expand Down

0 comments on commit 0de6b3a

Please sign in to comment.