2 * descriptions + helper functions for simple dvb plls.
4 * (c) 2004 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
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.
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.
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.
21 #include <linux/slab.h>
22 #include <linux/module.h>
23 #include <linux/dvb/frontend.h>
24 #include <asm/types.h>
34 struct i2c_adapter
*i2c
;
36 /* the PLL descriptor */
37 struct dvb_pll_desc
*pll_desc
;
39 /* cached frequency/bandwidth */
44 #define DVB_PLL_MAX 64
46 static unsigned int dvb_pll_devcount
;
49 module_param(debug
, int, 0644);
50 MODULE_PARM_DESC(debug
, "enable verbose debug messages");
52 static unsigned int id
[DVB_PLL_MAX
] =
53 { [ 0 ... (DVB_PLL_MAX
-1) ] = DVB_PLL_UNDEFINED
};
54 module_param_array(id
, int, NULL
, 0644);
55 MODULE_PARM_DESC(id
, "force pll id to use (DEBUG ONLY)");
57 /* ----------------------------------------------------------- */
64 void (*set
)(struct dvb_frontend
*fe
, u8
*buf
);
77 /* ----------------------------------------------------------- */
80 static struct dvb_pll_desc dvb_pll_thomson_dtt7579
= {
81 .name
= "Thomson dtt7579",
85 .sleepdata
= (u8
[]){ 2, 0xb4, 0x03 },
88 { 443250000, 166667, 0xb4, 0x02 },
89 { 542000000, 166667, 0xb4, 0x08 },
90 { 771000000, 166667, 0xbc, 0x08 },
91 { 999999999, 166667, 0xf4, 0x08 },
95 static void thomson_dtt759x_bw(struct dvb_frontend
*fe
, u8
*buf
)
97 u32 bw
= fe
->dtv_property_cache
.bandwidth_hz
;
102 static struct dvb_pll_desc dvb_pll_thomson_dtt759x
= {
103 .name
= "Thomson dtt759x",
106 .set
= thomson_dtt759x_bw
,
108 .sleepdata
= (u8
[]){ 2, 0x84, 0x03 },
111 { 264000000, 166667, 0xb4, 0x02 },
112 { 470000000, 166667, 0xbc, 0x02 },
113 { 735000000, 166667, 0xbc, 0x08 },
114 { 835000000, 166667, 0xf4, 0x08 },
115 { 999999999, 166667, 0xfc, 0x08 },
119 static void thomson_dtt7520x_bw(struct dvb_frontend
*fe
, u8
*buf
)
121 u32 bw
= fe
->dtv_property_cache
.bandwidth_hz
;
126 static struct dvb_pll_desc dvb_pll_thomson_dtt7520x
= {
127 .name
= "Thomson dtt7520x",
130 .set
= thomson_dtt7520x_bw
,
134 { 305000000, 166667, 0xb4, 0x12 },
135 { 405000000, 166667, 0xbc, 0x12 },
136 { 445000000, 166667, 0xbc, 0x12 },
137 { 465000000, 166667, 0xf4, 0x18 },
138 { 735000000, 166667, 0xfc, 0x18 },
139 { 835000000, 166667, 0xbc, 0x18 },
140 { 999999999, 166667, 0xfc, 0x18 },
144 static struct dvb_pll_desc dvb_pll_lg_z201
= {
149 .sleepdata
= (u8
[]){ 2, 0xbc, 0x03 },
152 { 157500000, 166667, 0xbc, 0x01 },
153 { 443250000, 166667, 0xbc, 0x02 },
154 { 542000000, 166667, 0xbc, 0x04 },
155 { 830000000, 166667, 0xf4, 0x04 },
156 { 999999999, 166667, 0xfc, 0x04 },
160 static struct dvb_pll_desc dvb_pll_unknown_1
= {
161 .name
= "unknown 1", /* used by dntv live dvb-t */
167 { 150000000, 166667, 0xb4, 0x01 },
168 { 173000000, 166667, 0xbc, 0x01 },
169 { 250000000, 166667, 0xb4, 0x02 },
170 { 400000000, 166667, 0xbc, 0x02 },
171 { 420000000, 166667, 0xf4, 0x02 },
172 { 470000000, 166667, 0xfc, 0x02 },
173 { 600000000, 166667, 0xbc, 0x08 },
174 { 730000000, 166667, 0xf4, 0x08 },
175 { 999999999, 166667, 0xfc, 0x08 },
179 /* Infineon TUA6010XS
180 * used in Thomson Cable Tuner
182 static struct dvb_pll_desc dvb_pll_tua6010xs
= {
183 .name
= "Infineon TUA6010XS",
189 { 115750000, 62500, 0x8e, 0x03 },
190 { 403250000, 62500, 0x8e, 0x06 },
191 { 999999999, 62500, 0x8e, 0x85 },
195 /* Panasonic env57h1xd5 (some Philips PLL ?) */
196 static struct dvb_pll_desc dvb_pll_env57h1xd5
= {
197 .name
= "Panasonic ENV57H1XD5",
203 { 153000000, 166667, 0xc2, 0x41 },
204 { 470000000, 166667, 0xc2, 0x42 },
205 { 526000000, 166667, 0xc2, 0x84 },
206 { 999999999, 166667, 0xc2, 0xa4 },
210 /* Philips TDA6650/TDA6651
211 * used in Panasonic ENV77H11D5
213 static void tda665x_bw(struct dvb_frontend
*fe
, u8
*buf
)
215 u32 bw
= fe
->dtv_property_cache
.bandwidth_hz
;
220 static struct dvb_pll_desc dvb_pll_tda665x
= {
221 .name
= "Philips TDA6650/TDA6651",
226 .initdata
= (u8
[]){ 4, 0x0b, 0xf5, 0x85, 0xab },
229 { 93834000, 166667, 0xca, 0x61 /* 011 0 0 0 01 */ },
230 { 123834000, 166667, 0xca, 0xa1 /* 101 0 0 0 01 */ },
231 { 161000000, 166667, 0xca, 0xa1 /* 101 0 0 0 01 */ },
232 { 163834000, 166667, 0xca, 0xc2 /* 110 0 0 0 10 */ },
233 { 253834000, 166667, 0xca, 0x62 /* 011 0 0 0 10 */ },
234 { 383834000, 166667, 0xca, 0xa2 /* 101 0 0 0 10 */ },
235 { 443834000, 166667, 0xca, 0xc2 /* 110 0 0 0 10 */ },
236 { 444000000, 166667, 0xca, 0xc4 /* 110 0 0 1 00 */ },
237 { 583834000, 166667, 0xca, 0x64 /* 011 0 0 1 00 */ },
238 { 793834000, 166667, 0xca, 0xa4 /* 101 0 0 1 00 */ },
239 { 444834000, 166667, 0xca, 0xc4 /* 110 0 0 1 00 */ },
240 { 861000000, 166667, 0xca, 0xe4 /* 111 0 0 1 00 */ },
245 * used in LG TDTP E102P
247 static void tua6034_bw(struct dvb_frontend
*fe
, u8
*buf
)
249 u32 bw
= fe
->dtv_property_cache
.bandwidth_hz
;
254 static struct dvb_pll_desc dvb_pll_tua6034
= {
255 .name
= "Infineon TUA6034",
262 { 174500000, 62500, 0xce, 0x01 },
263 { 230000000, 62500, 0xce, 0x02 },
264 { 999999999, 62500, 0xce, 0x04 },
269 * used in Nebula-Cards and USB boxes
271 static void tded4_bw(struct dvb_frontend
*fe
, u8
*buf
)
273 u32 bw
= fe
->dtv_property_cache
.bandwidth_hz
;
278 static struct dvb_pll_desc dvb_pll_tded4
= {
279 .name
= "ALPS TDED4",
286 { 153000000, 166667, 0x85, 0x01 },
287 { 470000000, 166667, 0x85, 0x02 },
288 { 823000000, 166667, 0x85, 0x08 },
289 { 999999999, 166667, 0x85, 0x88 },
294 * used in AverTVHD MCE A180
296 static struct dvb_pll_desc dvb_pll_tdhu2
= {
297 .name
= "ALPS TDHU2",
303 { 162000000, 62500, 0x85, 0x01 },
304 { 426000000, 62500, 0x85, 0x02 },
305 { 782000000, 62500, 0x85, 0x08 },
306 { 999999999, 62500, 0x85, 0x88 },
310 /* Samsung TBMV30111IN / TBMV30712IN1
311 * used in Air2PC ATSC - 2nd generation (nxt2002)
313 static struct dvb_pll_desc dvb_pll_samsung_tbmv
= {
314 .name
= "Samsung TBMV30111IN / TBMV30712IN1",
320 { 172000000, 166667, 0xb4, 0x01 },
321 { 214000000, 166667, 0xb4, 0x02 },
322 { 467000000, 166667, 0xbc, 0x02 },
323 { 721000000, 166667, 0xbc, 0x08 },
324 { 841000000, 166667, 0xf4, 0x08 },
325 { 999999999, 166667, 0xfc, 0x02 },
330 * Philips SD1878 Tuner.
332 static struct dvb_pll_desc dvb_pll_philips_sd1878_tda8261
= {
333 .name
= "Philips SD1878",
336 .iffreq
= 249, /* zero-IF, offset 249 is to round up */
339 { 1250000, 500, 0xc4, 0x00},
340 { 1450000, 500, 0xc4, 0x40},
341 { 2050000, 500, 0xc4, 0x80},
342 { 2150000, 500, 0xc4, 0xc0},
346 static void opera1_bw(struct dvb_frontend
*fe
, u8
*buf
)
348 struct dtv_frontend_properties
*c
= &fe
->dtv_property_cache
;
349 struct dvb_pll_priv
*priv
= fe
->tuner_priv
;
350 u32 b_w
= (c
->symbol_rate
* 27) / 32000;
351 struct i2c_msg msg
= {
352 .addr
= priv
->pll_i2c_address
,
360 if (fe
->ops
.i2c_gate_ctrl
)
361 fe
->ops
.i2c_gate_ctrl(fe
, 1);
363 result
= i2c_transfer(priv
->i2c
, &msg
, 1);
365 printk(KERN_ERR
"%s: i2c_transfer failed:%d",
370 else if (b_w
<= 12000)
372 else if (b_w
<= 14000)
374 else if (b_w
<= 16000)
376 else if (b_w
<= 18000)
378 else if (b_w
<= 20000)
380 else if (b_w
<= 22000)
382 else if (b_w
<= 24000)
384 else if (b_w
<= 26000)
386 else if (b_w
<= 28000)
390 buf
[2] ^= 0x1c; /* Flip bits 3-5 */
392 buf
[2] |= ((lpf
>> 2) & 0x3) << 3;
393 buf
[3] |= (lpf
& 0x3) << 2;
398 static struct dvb_pll_desc dvb_pll_opera1
= {
399 .name
= "Opera Tuner",
402 .initdata
= (u8
[]){ 4, 0x08, 0xe5, 0xe1, 0x00 },
403 .initdata2
= (u8
[]){ 4, 0x08, 0xe5, 0xe5, 0x00 },
408 { 1064000, 500, 0xf9, 0xc2 },
409 { 1169000, 500, 0xf9, 0xe2 },
410 { 1299000, 500, 0xf9, 0x20 },
411 { 1444000, 500, 0xf9, 0x40 },
412 { 1606000, 500, 0xf9, 0x60 },
413 { 1777000, 500, 0xf9, 0x80 },
414 { 1941000, 500, 0xf9, 0xa0 },
415 { 2250000, 500, 0xf9, 0xc0 },
419 static void samsung_dtos403ih102a_set(struct dvb_frontend
*fe
, u8
*buf
)
421 struct dvb_pll_priv
*priv
= fe
->tuner_priv
;
422 struct i2c_msg msg
= {
423 .addr
= priv
->pll_i2c_address
,
430 if (fe
->ops
.i2c_gate_ctrl
)
431 fe
->ops
.i2c_gate_ctrl(fe
, 1);
433 result
= i2c_transfer(priv
->i2c
, &msg
, 1);
435 printk(KERN_ERR
"%s: i2c_transfer failed:%d",
444 /* unknown pll used in Samsung DTOS403IH102A DVB-C tuner */
445 static struct dvb_pll_desc dvb_pll_samsung_dtos403ih102a
= {
446 .name
= "Samsung DTOS403IH102A",
451 .set
= samsung_dtos403ih102a_set
,
453 { 135000000, 62500, 0xbe, 0x01 },
454 { 177000000, 62500, 0xf6, 0x01 },
455 { 370000000, 62500, 0xbe, 0x02 },
456 { 450000000, 62500, 0xf6, 0x02 },
457 { 466000000, 62500, 0xfe, 0x02 },
458 { 538000000, 62500, 0xbe, 0x08 },
459 { 826000000, 62500, 0xf6, 0x08 },
460 { 999999999, 62500, 0xfe, 0x08 },
464 /* Samsung TDTC9251DH0 DVB-T NIM, as used on AirStar 2 */
465 static struct dvb_pll_desc dvb_pll_samsung_tdtc9251dh0
= {
466 .name
= "Samsung TDTC9251DH0",
472 { 157500000, 166667, 0xcc, 0x09 },
473 { 443000000, 166667, 0xcc, 0x0a },
474 { 863000000, 166667, 0xcc, 0x08 },
478 /* Samsung TBDU18132 DVB-S NIM with TSA5059 PLL, used in SkyStar2 DVB-S 2.3 */
479 static struct dvb_pll_desc dvb_pll_samsung_tbdu18132
= {
480 .name
= "Samsung TBDU18132",
482 .max
= 2150000, /* guesses */
486 { 1550000, 125, 0x84, 0x82 },
487 { 4095937, 125, 0x84, 0x80 },
489 /* TSA5059 PLL has a 17 bit divisor rather than the 15 bits supported
490 * by this driver. The two extra bits are 0x60 in the third byte. 15
491 * bits is enough for over 4 GHz, which is enough to cover the range
492 * of this tuner. We could use the additional divisor bits by adding
494 { 0x0ffff * 125 + 125/2, 125, 0x84 | 0x20, },
495 { 0x17fff * 125 + 125/2, 125, 0x84 | 0x40, },
496 { 0x1ffff * 125 + 125/2, 125, 0x84 | 0x60, }, */
499 /* Samsung TBMU24112 DVB-S NIM with SL1935 zero-IF tuner */
500 static struct dvb_pll_desc dvb_pll_samsung_tbmu24112
= {
501 .name
= "Samsung TBMU24112",
503 .max
= 2150000, /* guesses */
507 { 1500000, 125, 0x84, 0x18 },
508 { 9999999, 125, 0x84, 0x08 },
512 /* Alps TDEE4 DVB-C NIM, used on Cablestar 2 */
513 /* byte 4 : 1 * * AGD R3 R2 R1 R0
514 * byte 5 : C1 * RE RTS BS4 BS3 BS2 BS1
515 * AGD = 1, R3 R2 R1 R0 = 0 1 0 1 => byte 4 = 1**10101 = 0x95
516 * Range(MHz) C1 * RE RTS BS4 BS3 BS2 BS1 Byte 5
517 * 47 - 153 0 * 0 0 0 0 0 1 0x01
518 * 153 - 430 0 * 0 0 0 0 1 0 0x02
519 * 430 - 822 0 * 0 0 1 0 0 0 0x08
520 * 822 - 862 1 * 0 0 1 0 0 0 0x88 */
521 static struct dvb_pll_desc dvb_pll_alps_tdee4
= {
522 .name
= "ALPS TDEE4",
528 { 153000000, 62500, 0x95, 0x01 },
529 { 430000000, 62500, 0x95, 0x02 },
530 { 822000000, 62500, 0x95, 0x08 },
531 { 999999999, 62500, 0x95, 0x88 },
535 /* ----------------------------------------------------------- */
537 static struct dvb_pll_desc
*pll_list
[] = {
538 [DVB_PLL_UNDEFINED
] = NULL
,
539 [DVB_PLL_THOMSON_DTT7579
] = &dvb_pll_thomson_dtt7579
,
540 [DVB_PLL_THOMSON_DTT759X
] = &dvb_pll_thomson_dtt759x
,
541 [DVB_PLL_THOMSON_DTT7520X
] = &dvb_pll_thomson_dtt7520x
,
542 [DVB_PLL_LG_Z201
] = &dvb_pll_lg_z201
,
543 [DVB_PLL_UNKNOWN_1
] = &dvb_pll_unknown_1
,
544 [DVB_PLL_TUA6010XS
] = &dvb_pll_tua6010xs
,
545 [DVB_PLL_ENV57H1XD5
] = &dvb_pll_env57h1xd5
,
546 [DVB_PLL_TUA6034
] = &dvb_pll_tua6034
,
547 [DVB_PLL_TDA665X
] = &dvb_pll_tda665x
,
548 [DVB_PLL_TDED4
] = &dvb_pll_tded4
,
549 [DVB_PLL_TDEE4
] = &dvb_pll_alps_tdee4
,
550 [DVB_PLL_TDHU2
] = &dvb_pll_tdhu2
,
551 [DVB_PLL_SAMSUNG_TBMV
] = &dvb_pll_samsung_tbmv
,
552 [DVB_PLL_PHILIPS_SD1878_TDA8261
] = &dvb_pll_philips_sd1878_tda8261
,
553 [DVB_PLL_OPERA1
] = &dvb_pll_opera1
,
554 [DVB_PLL_SAMSUNG_DTOS403IH102A
] = &dvb_pll_samsung_dtos403ih102a
,
555 [DVB_PLL_SAMSUNG_TDTC9251DH0
] = &dvb_pll_samsung_tdtc9251dh0
,
556 [DVB_PLL_SAMSUNG_TBDU18132
] = &dvb_pll_samsung_tbdu18132
,
557 [DVB_PLL_SAMSUNG_TBMU24112
] = &dvb_pll_samsung_tbmu24112
,
560 /* ----------------------------------------------------------- */
563 static int dvb_pll_configure(struct dvb_frontend
*fe
, u8
*buf
,
566 struct dvb_pll_priv
*priv
= fe
->tuner_priv
;
567 struct dvb_pll_desc
*desc
= priv
->pll_desc
;
571 if (frequency
&& (frequency
< desc
->min
|| frequency
> desc
->max
))
574 for (i
= 0; i
< desc
->count
; i
++) {
575 if (frequency
> desc
->entries
[i
].limit
)
581 printk("pll: %s: freq=%d | i=%d/%d\n", desc
->name
,
582 frequency
, i
, desc
->count
);
583 if (i
== desc
->count
)
586 div
= (frequency
+ desc
->iffreq
+
587 desc
->entries
[i
].stepsize
/2) / desc
->entries
[i
].stepsize
;
590 buf
[2] = desc
->entries
[i
].config
;
591 buf
[3] = desc
->entries
[i
].cb
;
597 printk("pll: %s: div=%d | buf=0x%02x,0x%02x,0x%02x,0x%02x\n",
598 desc
->name
, div
, buf
[0], buf
[1], buf
[2], buf
[3]);
600 // calculate the frequency we set it to
601 return (div
* desc
->entries
[i
].stepsize
) - desc
->iffreq
;
604 static int dvb_pll_release(struct dvb_frontend
*fe
)
606 kfree(fe
->tuner_priv
);
607 fe
->tuner_priv
= NULL
;
611 static int dvb_pll_sleep(struct dvb_frontend
*fe
)
613 struct dvb_pll_priv
*priv
= fe
->tuner_priv
;
615 if (priv
->i2c
== NULL
)
618 if (priv
->pll_desc
->sleepdata
) {
619 struct i2c_msg msg
= { .flags
= 0,
620 .addr
= priv
->pll_i2c_address
,
621 .buf
= priv
->pll_desc
->sleepdata
+ 1,
622 .len
= priv
->pll_desc
->sleepdata
[0] };
626 if (fe
->ops
.i2c_gate_ctrl
)
627 fe
->ops
.i2c_gate_ctrl(fe
, 1);
628 if ((result
= i2c_transfer(priv
->i2c
, &msg
, 1)) != 1) {
633 /* Shouldn't be called when initdata is NULL, maybe BUG()? */
637 static int dvb_pll_set_params(struct dvb_frontend
*fe
)
639 struct dtv_frontend_properties
*c
= &fe
->dtv_property_cache
;
640 struct dvb_pll_priv
*priv
= fe
->tuner_priv
;
643 { .addr
= priv
->pll_i2c_address
, .flags
= 0,
644 .buf
= buf
, .len
= sizeof(buf
) };
648 if (priv
->i2c
== NULL
)
651 result
= dvb_pll_configure(fe
, buf
, c
->frequency
);
657 if (fe
->ops
.i2c_gate_ctrl
)
658 fe
->ops
.i2c_gate_ctrl(fe
, 1);
659 if ((result
= i2c_transfer(priv
->i2c
, &msg
, 1)) != 1) {
663 priv
->frequency
= frequency
;
664 priv
->bandwidth
= c
->bandwidth_hz
;
669 static int dvb_pll_calc_regs(struct dvb_frontend
*fe
,
670 u8
*buf
, int buf_len
)
672 struct dtv_frontend_properties
*c
= &fe
->dtv_property_cache
;
673 struct dvb_pll_priv
*priv
= fe
->tuner_priv
;
680 result
= dvb_pll_configure(fe
, buf
+ 1, c
->frequency
);
686 buf
[0] = priv
->pll_i2c_address
;
688 priv
->frequency
= frequency
;
689 priv
->bandwidth
= c
->bandwidth_hz
;
694 static int dvb_pll_get_frequency(struct dvb_frontend
*fe
, u32
*frequency
)
696 struct dvb_pll_priv
*priv
= fe
->tuner_priv
;
697 *frequency
= priv
->frequency
;
701 static int dvb_pll_get_bandwidth(struct dvb_frontend
*fe
, u32
*bandwidth
)
703 struct dvb_pll_priv
*priv
= fe
->tuner_priv
;
704 *bandwidth
= priv
->bandwidth
;
708 static int dvb_pll_init(struct dvb_frontend
*fe
)
710 struct dvb_pll_priv
*priv
= fe
->tuner_priv
;
712 if (priv
->i2c
== NULL
)
715 if (priv
->pll_desc
->initdata
) {
716 struct i2c_msg msg
= { .flags
= 0,
717 .addr
= priv
->pll_i2c_address
,
718 .buf
= priv
->pll_desc
->initdata
+ 1,
719 .len
= priv
->pll_desc
->initdata
[0] };
722 if (fe
->ops
.i2c_gate_ctrl
)
723 fe
->ops
.i2c_gate_ctrl(fe
, 1);
724 result
= i2c_transfer(priv
->i2c
, &msg
, 1);
727 if (priv
->pll_desc
->initdata2
) {
728 msg
.buf
= priv
->pll_desc
->initdata2
+ 1;
729 msg
.len
= priv
->pll_desc
->initdata2
[0];
730 if (fe
->ops
.i2c_gate_ctrl
)
731 fe
->ops
.i2c_gate_ctrl(fe
, 1);
732 result
= i2c_transfer(priv
->i2c
, &msg
, 1);
738 /* Shouldn't be called when initdata is NULL, maybe BUG()? */
742 static struct dvb_tuner_ops dvb_pll_tuner_ops
= {
743 .release
= dvb_pll_release
,
744 .sleep
= dvb_pll_sleep
,
745 .init
= dvb_pll_init
,
746 .set_params
= dvb_pll_set_params
,
747 .calc_regs
= dvb_pll_calc_regs
,
748 .get_frequency
= dvb_pll_get_frequency
,
749 .get_bandwidth
= dvb_pll_get_bandwidth
,
752 struct dvb_frontend
*dvb_pll_attach(struct dvb_frontend
*fe
, int pll_addr
,
753 struct i2c_adapter
*i2c
,
754 unsigned int pll_desc_id
)
757 struct i2c_msg msg
= { .addr
= pll_addr
, .flags
= I2C_M_RD
,
758 .buf
= b1
, .len
= 1 };
759 struct dvb_pll_priv
*priv
= NULL
;
761 struct dvb_pll_desc
*desc
;
763 if ((id
[dvb_pll_devcount
] > DVB_PLL_UNDEFINED
) &&
764 (id
[dvb_pll_devcount
] < ARRAY_SIZE(pll_list
)))
765 pll_desc_id
= id
[dvb_pll_devcount
];
767 BUG_ON(pll_desc_id
< 1 || pll_desc_id
>= ARRAY_SIZE(pll_list
));
769 desc
= pll_list
[pll_desc_id
];
772 if (fe
->ops
.i2c_gate_ctrl
)
773 fe
->ops
.i2c_gate_ctrl(fe
, 1);
775 ret
= i2c_transfer (i2c
, &msg
, 1);
778 if (fe
->ops
.i2c_gate_ctrl
)
779 fe
->ops
.i2c_gate_ctrl(fe
, 0);
782 priv
= kzalloc(sizeof(struct dvb_pll_priv
), GFP_KERNEL
);
786 priv
->pll_i2c_address
= pll_addr
;
788 priv
->pll_desc
= desc
;
789 priv
->nr
= dvb_pll_devcount
++;
791 memcpy(&fe
->ops
.tuner_ops
, &dvb_pll_tuner_ops
,
792 sizeof(struct dvb_tuner_ops
));
794 strncpy(fe
->ops
.tuner_ops
.info
.name
, desc
->name
,
795 sizeof(fe
->ops
.tuner_ops
.info
.name
));
796 fe
->ops
.tuner_ops
.info
.frequency_min
= desc
->min
;
797 fe
->ops
.tuner_ops
.info
.frequency_max
= desc
->max
;
799 fe
->ops
.tuner_ops
.init
= NULL
;
800 if (!desc
->sleepdata
)
801 fe
->ops
.tuner_ops
.sleep
= NULL
;
803 fe
->tuner_priv
= priv
;
805 if ((debug
) || (id
[priv
->nr
] == pll_desc_id
)) {
806 printk("dvb-pll[%d]", priv
->nr
);
808 printk(" %d-%04x", i2c_adapter_id(i2c
), pll_addr
);
809 printk(": id# %d (%s) attached, %s\n", pll_desc_id
, desc
->name
,
810 id
[priv
->nr
] == pll_desc_id
?
811 "insmod option" : "autodetected");
816 EXPORT_SYMBOL(dvb_pll_attach
);
818 MODULE_DESCRIPTION("dvb pll library");
819 MODULE_AUTHOR("Gerd Knorr");
820 MODULE_LICENSE("GPL");