blob: e7978442fbe923a015140f4e00b8a30825710c5b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 * descriptions + helper functions for simple dvb plls.
3 *
4 * (c) 2004 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 */
20
21#include <linux/module.h>
22#include <linux/dvb/frontend.h>
23#include <asm/types.h>
24
25#include "dvb-pll.h"
26
27/* ----------------------------------------------------------- */
28/* descriptions */
29
Trent Piepho26aed922007-04-27 12:31:29 -030030/* Set AGC TOP value to 103 dBuV:
31 0x80 = Control Byte
32 0x40 = 250 uA charge pump (irrelevant)
33 0x18 = Aux Byte to follow
34 0x06 = 64.5 kHz divider (irrelevant)
35 0x01 = Disable Vt (aka sleep)
36
37 0x00 = AGC Time constant 2s Iagc = 300 nA (vs 0x80 = 9 nA)
38 0x50 = AGC Take over point = 103 dBuV */
39static u8 tua603x_agc103[] = { 2, 0x80|0x40|0x18|0x06|0x01, 0x00|0x50 };
40
Linus Torvalds1da177e2005-04-16 15:20:36 -070041struct dvb_pll_desc dvb_pll_thomson_dtt7579 = {
42 .name = "Thomson dtt7579",
43 .min = 177000000,
44 .max = 858000000,
45 .count = 5,
46 .entries = {
47 { 0, 36166667, 166666, 0xb4, 0x03 }, /* go sleep */
48 { 443250000, 36166667, 166666, 0xb4, 0x02 },
49 { 542000000, 36166667, 166666, 0xb4, 0x08 },
50 { 771000000, 36166667, 166666, 0xbc, 0x08 },
51 { 999999999, 36166667, 166666, 0xf4, 0x08 },
52 },
53};
54EXPORT_SYMBOL(dvb_pll_thomson_dtt7579);
55
56struct dvb_pll_desc dvb_pll_thomson_dtt7610 = {
57 .name = "Thomson dtt7610",
58 .min = 44000000,
59 .max = 958000000,
60 .count = 3,
61 .entries = {
62 { 157250000, 44000000, 62500, 0x8e, 0x39 },
63 { 454000000, 44000000, 62500, 0x8e, 0x3a },
64 { 999999999, 44000000, 62500, 0x8e, 0x3c },
65 },
66};
67EXPORT_SYMBOL(dvb_pll_thomson_dtt7610);
68
Patrick Boettcher49dc82f2005-07-07 17:58:09 -070069static void thomson_dtt759x_bw(u8 *buf, u32 freq, int bandwidth)
Linus Torvalds1da177e2005-04-16 15:20:36 -070070{
71 if (BANDWIDTH_7_MHZ == bandwidth)
72 buf[3] |= 0x10;
73}
74
75struct dvb_pll_desc dvb_pll_thomson_dtt759x = {
76 .name = "Thomson dtt759x",
77 .min = 177000000,
78 .max = 896000000,
79 .setbw = thomson_dtt759x_bw,
80 .count = 6,
81 .entries = {
82 { 0, 36166667, 166666, 0x84, 0x03 },
83 { 264000000, 36166667, 166666, 0xb4, 0x02 },
84 { 470000000, 36166667, 166666, 0xbc, 0x02 },
85 { 735000000, 36166667, 166666, 0xbc, 0x08 },
86 { 835000000, 36166667, 166666, 0xf4, 0x08 },
87 { 999999999, 36166667, 166666, 0xfc, 0x08 },
88 },
89};
90EXPORT_SYMBOL(dvb_pll_thomson_dtt759x);
91
92struct dvb_pll_desc dvb_pll_lg_z201 = {
93 .name = "LG z201",
94 .min = 174000000,
95 .max = 862000000,
Gregory B Frost9e00e482005-07-27 11:45:48 -070096 .count = 6,
Linus Torvalds1da177e2005-04-16 15:20:36 -070097 .entries = {
98 { 0, 36166667, 166666, 0xbc, 0x03 },
Gregory B Frost9e00e482005-07-27 11:45:48 -070099 { 157500000, 36166667, 166666, 0xbc, 0x01 },
100 { 443250000, 36166667, 166666, 0xbc, 0x02 },
101 { 542000000, 36166667, 166666, 0xbc, 0x04 },
102 { 830000000, 36166667, 166666, 0xf4, 0x04 },
103 { 999999999, 36166667, 166666, 0xfc, 0x04 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104 },
105};
106EXPORT_SYMBOL(dvb_pll_lg_z201);
107
Mac Michaelsd8667cb2005-07-07 17:58:29 -0700108struct dvb_pll_desc dvb_pll_microtune_4042 = {
109 .name = "Microtune 4042 FI5",
110 .min = 57000000,
111 .max = 858000000,
112 .count = 3,
113 .entries = {
114 { 162000000, 44000000, 62500, 0x8e, 0xa1 },
115 { 457000000, 44000000, 62500, 0x8e, 0x91 },
116 { 999999999, 44000000, 62500, 0x8e, 0x31 },
117 },
118};
119EXPORT_SYMBOL(dvb_pll_microtune_4042);
120
Michael Krufky83ac87222006-01-09 15:25:29 -0200121struct dvb_pll_desc dvb_pll_thomson_dtt761x = {
122 /* DTT 7611 7611A 7612 7613 7613A 7614 7615 7615A */
123 .name = "Thomson dtt761x",
124 .min = 57000000,
125 .max = 863000000,
Michael Krufky0d723c02005-07-07 17:58:42 -0700126 .count = 3,
Trent Piepho26aed922007-04-27 12:31:29 -0300127 .initdata = tua603x_agc103,
Michael Krufky0d723c02005-07-07 17:58:42 -0700128 .entries = {
Michael Krufky83ac87222006-01-09 15:25:29 -0200129 { 147000000, 44000000, 62500, 0x8e, 0x39 },
130 { 417000000, 44000000, 62500, 0x8e, 0x3a },
Michael Krufky0d723c02005-07-07 17:58:42 -0700131 { 999999999, 44000000, 62500, 0x8e, 0x3c },
132 },
133};
Michael Krufky83ac87222006-01-09 15:25:29 -0200134EXPORT_SYMBOL(dvb_pll_thomson_dtt761x);
Michael Krufky0d723c02005-07-07 17:58:42 -0700135
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136struct dvb_pll_desc dvb_pll_unknown_1 = {
137 .name = "unknown 1", /* used by dntv live dvb-t */
138 .min = 174000000,
139 .max = 862000000,
140 .count = 9,
141 .entries = {
142 { 150000000, 36166667, 166666, 0xb4, 0x01 },
143 { 173000000, 36166667, 166666, 0xbc, 0x01 },
144 { 250000000, 36166667, 166666, 0xb4, 0x02 },
145 { 400000000, 36166667, 166666, 0xbc, 0x02 },
146 { 420000000, 36166667, 166666, 0xf4, 0x02 },
147 { 470000000, 36166667, 166666, 0xfc, 0x02 },
148 { 600000000, 36166667, 166666, 0xbc, 0x08 },
149 { 730000000, 36166667, 166666, 0xf4, 0x08 },
150 { 999999999, 36166667, 166666, 0xfc, 0x08 },
151 },
152};
153EXPORT_SYMBOL(dvb_pll_unknown_1);
154
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700155/* Infineon TUA6010XS
156 * used in Thomson Cable Tuner
157 */
158struct dvb_pll_desc dvb_pll_tua6010xs = {
159 .name = "Infineon TUA6010XS",
160 .min = 44250000,
161 .max = 858000000,
162 .count = 3,
163 .entries = {
164 { 115750000, 36125000, 62500, 0x8e, 0x03 },
165 { 403250000, 36125000, 62500, 0x8e, 0x06 },
166 { 999999999, 36125000, 62500, 0x8e, 0x85 },
167 },
168};
169EXPORT_SYMBOL(dvb_pll_tua6010xs);
170
171/* Panasonic env57h1xd5 (some Philips PLL ?) */
172struct dvb_pll_desc dvb_pll_env57h1xd5 = {
173 .name = "Panasonic ENV57H1XD5",
174 .min = 44250000,
175 .max = 858000000,
176 .count = 4,
177 .entries = {
178 { 153000000, 36291666, 166666, 0xc2, 0x41 },
179 { 470000000, 36291666, 166666, 0xc2, 0x42 },
180 { 526000000, 36291666, 166666, 0xc2, 0x84 },
181 { 999999999, 36291666, 166666, 0xc2, 0xa4 },
182 },
183};
184EXPORT_SYMBOL(dvb_pll_env57h1xd5);
185
186/* Philips TDA6650/TDA6651
187 * used in Panasonic ENV77H11D5
188 */
Patrick Boettcher49dc82f2005-07-07 17:58:09 -0700189static void tda665x_bw(u8 *buf, u32 freq, int bandwidth)
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700190{
191 if (bandwidth == BANDWIDTH_8_MHZ)
192 buf[3] |= 0x08;
193}
194
195struct dvb_pll_desc dvb_pll_tda665x = {
196 .name = "Philips TDA6650/TDA6651",
197 .min = 44250000,
198 .max = 858000000,
199 .setbw = tda665x_bw,
200 .count = 12,
201 .entries = {
202 { 93834000, 36249333, 166667, 0xca, 0x61 /* 011 0 0 0 01 */ },
203 { 123834000, 36249333, 166667, 0xca, 0xa1 /* 101 0 0 0 01 */ },
204 { 161000000, 36249333, 166667, 0xca, 0xa1 /* 101 0 0 0 01 */ },
205 { 163834000, 36249333, 166667, 0xca, 0xc2 /* 110 0 0 0 10 */ },
206 { 253834000, 36249333, 166667, 0xca, 0x62 /* 011 0 0 0 10 */ },
207 { 383834000, 36249333, 166667, 0xca, 0xa2 /* 101 0 0 0 10 */ },
208 { 443834000, 36249333, 166667, 0xca, 0xc2 /* 110 0 0 0 10 */ },
Andrew de Quincey93e2b1a2006-07-10 03:34:15 -0300209 { 444000000, 36249333, 166667, 0xca, 0xc4 /* 110 0 0 1 00 */ },
210 { 583834000, 36249333, 166667, 0xca, 0x64 /* 011 0 0 1 00 */ },
211 { 793834000, 36249333, 166667, 0xca, 0xa4 /* 101 0 0 1 00 */ },
212 { 444834000, 36249333, 166667, 0xca, 0xc4 /* 110 0 0 1 00 */ },
213 { 861000000, 36249333, 166667, 0xca, 0xe4 /* 111 0 0 1 00 */ },
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700214 }
215};
216EXPORT_SYMBOL(dvb_pll_tda665x);
217
218/* Infineon TUA6034
219 * used in LG TDTP E102P
220 */
Patrick Boettcher49dc82f2005-07-07 17:58:09 -0700221static void tua6034_bw(u8 *buf, u32 freq, int bandwidth)
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700222{
223 if (BANDWIDTH_7_MHZ != bandwidth)
224 buf[3] |= 0x08;
225}
226
227struct dvb_pll_desc dvb_pll_tua6034 = {
228 .name = "Infineon TUA6034",
229 .min = 44250000,
230 .max = 858000000,
231 .count = 3,
232 .setbw = tua6034_bw,
233 .entries = {
234 { 174500000, 36166667, 62500, 0xce, 0x01 },
235 { 230000000, 36166667, 62500, 0xce, 0x02 },
236 { 999999999, 36166667, 62500, 0xce, 0x04 },
237 },
238};
239EXPORT_SYMBOL(dvb_pll_tua6034);
240
Michael Krufky1963c902005-08-08 09:22:43 -0700241/* Infineon TUA6034
Michael Krufkyd9e12f22006-04-22 16:15:11 -0300242 * used in LG TDVS-H061F, LG TDVS-H062F and LG TDVS-H064F
Michael Krufky1963c902005-08-08 09:22:43 -0700243 */
Michael Krufky30fa61a2006-04-27 01:31:26 -0300244struct dvb_pll_desc dvb_pll_lg_tdvs_h06xf = {
Michael Krufkyd9e12f22006-04-22 16:15:11 -0300245 .name = "LG TDVS-H06xF",
Michael Krufky1963c902005-08-08 09:22:43 -0700246 .min = 54000000,
247 .max = 863000000,
248 .count = 3,
249 .entries = {
Rusty Scottdd31d5ac2006-04-22 16:15:07 -0300250 { 165000000, 44000000, 62500, 0xce, 0x01 },
251 { 450000000, 44000000, 62500, 0xce, 0x02 },
Michael Krufky1963c902005-08-08 09:22:43 -0700252 { 999999999, 44000000, 62500, 0xce, 0x04 },
253 },
254};
Michael Krufky30fa61a2006-04-27 01:31:26 -0300255EXPORT_SYMBOL(dvb_pll_lg_tdvs_h06xf);
Michael Krufky1963c902005-08-08 09:22:43 -0700256
Patrick Boettcher49dc82f2005-07-07 17:58:09 -0700257/* Philips FMD1216ME
258 * used in Medion Hybrid PCMCIA card and USB Box
259 */
260static void fmd1216me_bw(u8 *buf, u32 freq, int bandwidth)
261{
262 if (bandwidth == BANDWIDTH_8_MHZ && freq >= 158870000)
263 buf[3] |= 0x08;
264}
265
266struct dvb_pll_desc dvb_pll_fmd1216me = {
Patrick Boettcher0589b8e2005-07-07 17:58:12 -0700267 .name = "Philips FMD1216ME",
Patrick Boettcher49dc82f2005-07-07 17:58:09 -0700268 .min = 50870000,
269 .max = 858000000,
270 .setbw = fmd1216me_bw,
271 .count = 7,
272 .entries = {
273 { 143870000, 36213333, 166667, 0xbc, 0x41 },
274 { 158870000, 36213333, 166667, 0xf4, 0x41 },
275 { 329870000, 36213333, 166667, 0xbc, 0x42 },
276 { 441870000, 36213333, 166667, 0xf4, 0x42 },
277 { 625870000, 36213333, 166667, 0xbc, 0x44 },
278 { 803870000, 36213333, 166667, 0xf4, 0x44 },
279 { 999999999, 36213333, 166667, 0xfc, 0x44 },
280 }
281};
282EXPORT_SYMBOL(dvb_pll_fmd1216me);
283
Patrick Boettcher0589b8e2005-07-07 17:58:12 -0700284/* ALPS TDED4
285 * used in Nebula-Cards and USB boxes
286 */
287static void tded4_bw(u8 *buf, u32 freq, int bandwidth)
288{
289 if (bandwidth == BANDWIDTH_8_MHZ)
290 buf[3] |= 0x04;
291}
292
293struct dvb_pll_desc dvb_pll_tded4 = {
294 .name = "ALPS TDED4",
295 .min = 47000000,
296 .max = 863000000,
297 .setbw = tded4_bw,
298 .count = 4,
299 .entries = {
300 { 153000000, 36166667, 166667, 0x85, 0x01 },
301 { 470000000, 36166667, 166667, 0x85, 0x02 },
302 { 823000000, 36166667, 166667, 0x85, 0x08 },
303 { 999999999, 36166667, 166667, 0x85, 0x88 },
304 }
305};
306EXPORT_SYMBOL(dvb_pll_tded4);
307
Kirk Lapray147418c2005-11-08 21:35:39 -0800308/* ALPS TDHU2
309 * used in AverTVHD MCE A180
310 */
311struct dvb_pll_desc dvb_pll_tdhu2 = {
312 .name = "ALPS TDHU2",
313 .min = 54000000,
314 .max = 864000000,
315 .count = 4,
316 .entries = {
317 { 162000000, 44000000, 62500, 0x85, 0x01 },
318 { 426000000, 44000000, 62500, 0x85, 0x02 },
319 { 782000000, 44000000, 62500, 0x85, 0x08 },
320 { 999999999, 44000000, 62500, 0x85, 0x88 },
321 }
322};
323EXPORT_SYMBOL(dvb_pll_tdhu2);
324
325/* Philips TUV1236D
326 * used in ATI HDTV Wonder
327 */
328struct dvb_pll_desc dvb_pll_tuv1236d = {
329 .name = "Philips TUV1236D",
Kirk Lapray04a45922005-11-08 21:35:46 -0800330 .min = 54000000,
Kirk Lapray147418c2005-11-08 21:35:39 -0800331 .max = 864000000,
332 .count = 3,
333 .entries = {
334 { 157250000, 44000000, 62500, 0xc6, 0x41 },
335 { 454000000, 44000000, 62500, 0xc6, 0x42 },
336 { 999999999, 44000000, 62500, 0xc6, 0x44 },
337 },
338};
339EXPORT_SYMBOL(dvb_pll_tuv1236d);
340
Michael Krufkyd76a6172006-01-23 17:11:06 -0200341/* Samsung TBMV30111IN / TBMV30712IN1
Kirk Lapray147418c2005-11-08 21:35:39 -0800342 * used in Air2PC ATSC - 2nd generation (nxt2002)
343 */
Michael Krufky28f3d4b2006-01-23 17:11:07 -0200344struct dvb_pll_desc dvb_pll_samsung_tbmv = {
345 .name = "Samsung TBMV30111IN / TBMV30712IN1",
Kirk Lapray147418c2005-11-08 21:35:39 -0800346 .min = 54000000,
347 .max = 860000000,
Michael Krufky17c37ef2006-01-15 19:04:04 -0200348 .count = 6,
Kirk Lapray147418c2005-11-08 21:35:39 -0800349 .entries = {
350 { 172000000, 44000000, 166666, 0xb4, 0x01 },
351 { 214000000, 44000000, 166666, 0xb4, 0x02 },
352 { 467000000, 44000000, 166666, 0xbc, 0x02 },
353 { 721000000, 44000000, 166666, 0xbc, 0x08 },
354 { 841000000, 44000000, 166666, 0xf4, 0x08 },
355 { 999999999, 44000000, 166666, 0xfc, 0x02 },
356 }
357};
Michael Krufky28f3d4b2006-01-23 17:11:07 -0200358EXPORT_SYMBOL(dvb_pll_samsung_tbmv);
Kirk Lapray147418c2005-11-08 21:35:39 -0800359
Regis Prevotf8bf1342006-01-11 23:31:53 -0200360/*
361 * Philips SD1878 Tuner.
362 */
363struct dvb_pll_desc dvb_pll_philips_sd1878_tda8261 = {
364 .name = "Philips SD1878",
365 .min = 950000,
366 .max = 2150000,
367 .count = 4,
368 .entries = {
369 { 1250000, 499, 500, 0xc4, 0x00},
370 { 1550000, 499, 500, 0xc4, 0x40},
371 { 2050000, 499, 500, 0xc4, 0x80},
372 { 2150000, 499, 500, 0xc4, 0xc0},
373 },
374};
375EXPORT_SYMBOL(dvb_pll_philips_sd1878_tda8261);
376
Jose Alberto Regueroa78d0bf2006-02-07 06:25:14 -0200377/*
378 * Philips TD1316 Tuner.
379 */
380static void td1316_bw(u8 *buf, u32 freq, int bandwidth)
381{
382 u8 band;
383
384 /* determine band */
385 if (freq < 161000000)
386 band = 1;
387 else if (freq < 444000000)
388 band = 2;
389 else
390 band = 4;
391
392 buf[3] |= band;
393
394 /* setup PLL filter */
395 if (bandwidth == BANDWIDTH_8_MHZ)
396 buf[3] |= 1 << 3;
397}
398
399struct dvb_pll_desc dvb_pll_philips_td1316 = {
400 .name = "Philips TD1316",
401 .min = 87000000,
402 .max = 895000000,
403 .setbw = td1316_bw,
404 .count = 9,
405 .entries = {
406 { 93834000, 36166000, 166666, 0xca, 0x60},
407 { 123834000, 36166000, 166666, 0xca, 0xa0},
408 { 163834000, 36166000, 166666, 0xca, 0xc0},
409 { 253834000, 36166000, 166666, 0xca, 0x60},
410 { 383834000, 36166000, 166666, 0xca, 0xa0},
411 { 443834000, 36166000, 166666, 0xca, 0xc0},
412 { 583834000, 36166000, 166666, 0xca, 0x60},
413 { 793834000, 36166000, 166666, 0xca, 0xa0},
414 { 858834000, 36166000, 166666, 0xca, 0xe0},
415 },
416};
417EXPORT_SYMBOL(dvb_pll_philips_td1316);
418
Chris Pascoe780dfef2006-02-28 08:34:59 -0300419/* FE6600 used on DViCO Hybrid */
Michael Krufky91ae3292006-03-01 00:04:42 -0300420struct dvb_pll_desc dvb_pll_thomson_fe6600 = {
421 .name = "Thomson FE6600",
Chris Pascoe780dfef2006-02-28 08:34:59 -0300422 .min = 44250000,
423 .max = 858000000,
424 .count = 4,
425 .entries = {
426 { 250000000, 36213333, 166667, 0xb4, 0x12 },
427 { 455000000, 36213333, 166667, 0xfe, 0x11 },
428 { 775500000, 36213333, 166667, 0xbc, 0x18 },
429 { 999999999, 36213333, 166667, 0xf4, 0x18 },
430 }
431};
Michael Krufky91ae3292006-03-01 00:04:42 -0300432EXPORT_SYMBOL(dvb_pll_thomson_fe6600);
Chris Pascoe780dfef2006-02-28 08:34:59 -0300433
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300434struct dvb_pll_priv {
435 /* i2c details */
436 int pll_i2c_address;
437 struct i2c_adapter *i2c;
438
439 /* the PLL descriptor */
440 struct dvb_pll_desc *pll_desc;
441
442 /* cached frequency/bandwidth */
443 u32 frequency;
444 u32 bandwidth;
445};
446
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447/* ----------------------------------------------------------- */
448/* code */
449
450static int debug = 0;
451module_param(debug, int, 0644);
452MODULE_PARM_DESC(debug, "enable verbose debug messages");
453
454int dvb_pll_configure(struct dvb_pll_desc *desc, u8 *buf,
455 u32 freq, int bandwidth)
456{
457 u32 div;
458 int i;
459
460 if (freq != 0 && (freq < desc->min || freq > desc->max))
461 return -EINVAL;
462
463 for (i = 0; i < desc->count; i++) {
464 if (freq > desc->entries[i].limit)
465 continue;
466 break;
467 }
468 if (debug)
469 printk("pll: %s: freq=%d bw=%d | i=%d/%d\n",
470 desc->name, freq, bandwidth, i, desc->count);
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300471 if (i == desc->count)
472 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473
474 div = (freq + desc->entries[i].offset) / desc->entries[i].stepsize;
475 buf[0] = div >> 8;
476 buf[1] = div & 0xff;
Michael Krufkyab66b222006-01-23 17:11:11 -0200477 buf[2] = desc->entries[i].config;
478 buf[3] = desc->entries[i].cb;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479
480 if (desc->setbw)
Patrick Boettcher49dc82f2005-07-07 17:58:09 -0700481 desc->setbw(buf, freq, bandwidth);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482
483 if (debug)
484 printk("pll: %s: div=%d | buf=0x%02x,0x%02x,0x%02x,0x%02x\n",
485 desc->name, div, buf[0], buf[1], buf[2], buf[3]);
486
Michael Krufky89faeef2006-11-20 16:45:29 -0300487 // calculate the frequency we set it to
488 return (div * desc->entries[i].stepsize) - desc->entries[i].offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489}
490EXPORT_SYMBOL(dvb_pll_configure);
491
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300492static int dvb_pll_release(struct dvb_frontend *fe)
493{
Michael Krufky22139182006-11-19 19:49:11 -0300494 kfree(fe->tuner_priv);
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300495 fe->tuner_priv = NULL;
496 return 0;
497}
498
499static int dvb_pll_sleep(struct dvb_frontend *fe)
500{
501 struct dvb_pll_priv *priv = fe->tuner_priv;
502 u8 buf[4];
503 struct i2c_msg msg =
Michael Krufky47ae9ae2006-11-20 16:38:42 -0300504 { .addr = priv->pll_i2c_address, .flags = 0,
505 .buf = buf, .len = sizeof(buf) };
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300506 int i;
507 int result;
508
Chris Pascoec162dff2006-08-08 15:48:08 -0300509 if (priv->i2c == NULL)
510 return -EINVAL;
511
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300512 for (i = 0; i < priv->pll_desc->count; i++) {
513 if (priv->pll_desc->entries[i].limit == 0)
514 break;
515 }
516 if (i == priv->pll_desc->count)
517 return 0;
518
519 buf[0] = 0;
520 buf[1] = 0;
521 buf[2] = priv->pll_desc->entries[i].config;
522 buf[3] = priv->pll_desc->entries[i].cb;
523
Patrick Boettcherdea74862006-05-14 05:01:31 -0300524 if (fe->ops.i2c_gate_ctrl)
525 fe->ops.i2c_gate_ctrl(fe, 1);
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300526 if ((result = i2c_transfer(priv->i2c, &msg, 1)) != 1) {
527 return result;
528 }
529
530 return 0;
531}
532
Michael Krufky47ae9ae2006-11-20 16:38:42 -0300533static int dvb_pll_set_params(struct dvb_frontend *fe,
534 struct dvb_frontend_parameters *params)
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300535{
536 struct dvb_pll_priv *priv = fe->tuner_priv;
537 u8 buf[4];
538 struct i2c_msg msg =
Michael Krufky47ae9ae2006-11-20 16:38:42 -0300539 { .addr = priv->pll_i2c_address, .flags = 0,
540 .buf = buf, .len = sizeof(buf) };
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300541 int result;
Michael Krufky89faeef2006-11-20 16:45:29 -0300542 u32 bandwidth = 0, frequency = 0;
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300543
544 if (priv->i2c == NULL)
545 return -EINVAL;
546
547 // DVBT bandwidth only just now
Patrick Boettcherdea74862006-05-14 05:01:31 -0300548 if (fe->ops.info.type == FE_OFDM) {
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300549 bandwidth = params->u.ofdm.bandwidth;
550 }
551
Michael Krufky89faeef2006-11-20 16:45:29 -0300552 if ((result = dvb_pll_configure(priv->pll_desc, buf,
553 params->frequency, bandwidth)) < 0)
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300554 return result;
Michael Krufky89faeef2006-11-20 16:45:29 -0300555 else
556 frequency = result;
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300557
Patrick Boettcherdea74862006-05-14 05:01:31 -0300558 if (fe->ops.i2c_gate_ctrl)
559 fe->ops.i2c_gate_ctrl(fe, 1);
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300560 if ((result = i2c_transfer(priv->i2c, &msg, 1)) != 1) {
561 return result;
562 }
563
Michael Krufky89faeef2006-11-20 16:45:29 -0300564 priv->frequency = frequency;
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300565 priv->bandwidth = bandwidth;
566
567 return 0;
568}
569
Michael Krufky47ae9ae2006-11-20 16:38:42 -0300570static int dvb_pll_calc_regs(struct dvb_frontend *fe,
571 struct dvb_frontend_parameters *params,
572 u8 *buf, int buf_len)
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300573{
574 struct dvb_pll_priv *priv = fe->tuner_priv;
575 int result;
Michael Krufky89faeef2006-11-20 16:45:29 -0300576 u32 bandwidth = 0, frequency = 0;
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300577
578 if (buf_len < 5)
579 return -EINVAL;
580
581 // DVBT bandwidth only just now
Patrick Boettcherdea74862006-05-14 05:01:31 -0300582 if (fe->ops.info.type == FE_OFDM) {
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300583 bandwidth = params->u.ofdm.bandwidth;
584 }
585
Michael Krufky47ae9ae2006-11-20 16:38:42 -0300586 if ((result = dvb_pll_configure(priv->pll_desc, buf+1,
Michael Krufky89faeef2006-11-20 16:45:29 -0300587 params->frequency, bandwidth)) < 0)
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300588 return result;
Michael Krufky89faeef2006-11-20 16:45:29 -0300589 else
590 frequency = result;
591
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300592 buf[0] = priv->pll_i2c_address;
593
Michael Krufky89faeef2006-11-20 16:45:29 -0300594 priv->frequency = frequency;
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300595 priv->bandwidth = bandwidth;
596
597 return 5;
598}
599
600static int dvb_pll_get_frequency(struct dvb_frontend *fe, u32 *frequency)
601{
602 struct dvb_pll_priv *priv = fe->tuner_priv;
603 *frequency = priv->frequency;
604 return 0;
605}
606
607static int dvb_pll_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
608{
609 struct dvb_pll_priv *priv = fe->tuner_priv;
610 *bandwidth = priv->bandwidth;
611 return 0;
612}
613
Trent Piepho26aed922007-04-27 12:31:29 -0300614static int dvb_pll_init(struct dvb_frontend *fe)
615{
616 struct dvb_pll_priv *priv = fe->tuner_priv;
617
618 if (priv->i2c == NULL)
619 return -EINVAL;
620
621 if (priv->pll_desc->initdata) {
622 struct i2c_msg msg = { .flags = 0,
623 .addr = priv->pll_i2c_address,
624 .buf = priv->pll_desc->initdata + 1,
625 .len = priv->pll_desc->initdata[0] };
626
627 int result;
628 if (fe->ops.i2c_gate_ctrl)
629 fe->ops.i2c_gate_ctrl(fe, 1);
630 if ((result = i2c_transfer(priv->i2c, &msg, 1)) != 1) {
631 return result;
632 }
633 return 0;
634 }
635 /* Shouldn't be called when initdata is NULL, maybe BUG()? */
636 return -EINVAL;
637}
638
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300639static struct dvb_tuner_ops dvb_pll_tuner_ops = {
640 .release = dvb_pll_release,
641 .sleep = dvb_pll_sleep,
642 .set_params = dvb_pll_set_params,
Andrew de Quinceybd4956b2006-04-18 21:38:49 -0300643 .calc_regs = dvb_pll_calc_regs,
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300644 .get_frequency = dvb_pll_get_frequency,
645 .get_bandwidth = dvb_pll_get_bandwidth,
646};
647
Michael Krufky47ae9ae2006-11-20 16:38:42 -0300648struct dvb_frontend *dvb_pll_attach(struct dvb_frontend *fe, int pll_addr,
649 struct i2c_adapter *i2c,
650 struct dvb_pll_desc *desc)
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300651{
Andrew de Quincey061b6232006-07-10 03:34:14 -0300652 u8 b1 [] = { 0 };
Michael Krufky47ae9ae2006-11-20 16:38:42 -0300653 struct i2c_msg msg = { .addr = pll_addr, .flags = I2C_M_RD,
654 .buf = b1, .len = 1 };
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300655 struct dvb_pll_priv *priv = NULL;
Andrew de Quincey061b6232006-07-10 03:34:14 -0300656 int ret;
657
Andrew de Quincey55c05b62006-07-16 19:41:41 -0300658 if (i2c != NULL) {
659 if (fe->ops.i2c_gate_ctrl)
660 fe->ops.i2c_gate_ctrl(fe, 1);
Andrew de Quincey061b6232006-07-10 03:34:14 -0300661
Andrew de Quincey95faba22006-07-18 16:37:13 -0300662 ret = i2c_transfer (i2c, &msg, 1);
663 if (ret != 1)
Andrew de Quincey2bfe0312006-08-08 09:10:08 -0300664 return NULL;
Andrew de Quincey55c05b62006-07-16 19:41:41 -0300665 if (fe->ops.i2c_gate_ctrl)
666 fe->ops.i2c_gate_ctrl(fe, 0);
667 }
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300668
669 priv = kzalloc(sizeof(struct dvb_pll_priv), GFP_KERNEL);
670 if (priv == NULL)
Andrew de Quincey2bfe0312006-08-08 09:10:08 -0300671 return NULL;
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300672
673 priv->pll_i2c_address = pll_addr;
674 priv->i2c = i2c;
675 priv->pll_desc = desc;
676
Michael Krufky47ae9ae2006-11-20 16:38:42 -0300677 memcpy(&fe->ops.tuner_ops, &dvb_pll_tuner_ops,
678 sizeof(struct dvb_tuner_ops));
679
Trent Piepho982dd1b2007-04-27 12:31:27 -0300680 strncpy(fe->ops.tuner_ops.info.name, desc->name,
681 sizeof(fe->ops.tuner_ops.info.name));
Patrick Boettcherdea74862006-05-14 05:01:31 -0300682 fe->ops.tuner_ops.info.frequency_min = desc->min;
683 fe->ops.tuner_ops.info.frequency_min = desc->max;
Trent Piepho26aed922007-04-27 12:31:29 -0300684 if (desc->initdata)
685 fe->ops.tuner_ops.init = dvb_pll_init;
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300686
687 fe->tuner_priv = priv;
Andrew de Quincey2bfe0312006-08-08 09:10:08 -0300688 return fe;
Andrew de Quincey272bc4d2006-04-18 17:47:12 -0300689}
690EXPORT_SYMBOL(dvb_pll_attach);
691
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692MODULE_DESCRIPTION("dvb pll library");
693MODULE_AUTHOR("Gerd Knorr");
694MODULE_LICENSE("GPL");