blob: b89848313fb9c203d62a64ad0119c37956b68bea [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001 /*
2 Driver for Philips tda1004xh OFDM Demodulator
3
4 (c) 2003, 2004 Andrew de Quincey & Robert Schlabbach
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
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
21 */
22/*
23 * This driver needs external firmware. Please use the commands
24 * "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
25 * "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
Ville Skytt\รค12e66f62006-01-09 15:25:38 -020026 * download/extract them, and then copy them to /usr/lib/hotplug/firmware
27 * or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -070028 */
29#define TDA10045_DEFAULT_FIRMWARE "dvb-fe-tda10045.fw"
30#define TDA10046_DEFAULT_FIRMWARE "dvb-fe-tda10046.fw"
31
32#include <linux/init.h>
33#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#include <linux/device.h>
Tim Schmielau4e57b682005-10-30 15:03:48 -080035#include <linux/jiffies.h>
36#include <linux/string.h>
37#include <linux/slab.h>
38
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include "dvb_frontend.h"
40#include "tda1004x.h"
41
Linus Torvalds1da177e2005-04-16 15:20:36 -070042static int debug;
43#define dprintk(args...) \
44 do { \
45 if (debug) printk(KERN_DEBUG "tda1004x: " args); \
46 } while (0)
47
48#define TDA1004X_CHIPID 0x00
49#define TDA1004X_AUTO 0x01
50#define TDA1004X_IN_CONF1 0x02
51#define TDA1004X_IN_CONF2 0x03
52#define TDA1004X_OUT_CONF1 0x04
53#define TDA1004X_OUT_CONF2 0x05
54#define TDA1004X_STATUS_CD 0x06
55#define TDA1004X_CONFC4 0x07
56#define TDA1004X_DSSPARE2 0x0C
57#define TDA10045H_CODE_IN 0x0D
58#define TDA10045H_FWPAGE 0x0E
59#define TDA1004X_SCAN_CPT 0x10
60#define TDA1004X_DSP_CMD 0x11
61#define TDA1004X_DSP_ARG 0x12
62#define TDA1004X_DSP_DATA1 0x13
63#define TDA1004X_DSP_DATA2 0x14
64#define TDA1004X_CONFADC1 0x15
65#define TDA1004X_CONFC1 0x16
66#define TDA10045H_S_AGC 0x1a
67#define TDA10046H_AGC_TUN_LEVEL 0x1a
68#define TDA1004X_SNR 0x1c
69#define TDA1004X_CONF_TS1 0x1e
70#define TDA1004X_CONF_TS2 0x1f
71#define TDA1004X_CBER_RESET 0x20
72#define TDA1004X_CBER_MSB 0x21
73#define TDA1004X_CBER_LSB 0x22
74#define TDA1004X_CVBER_LUT 0x23
75#define TDA1004X_VBER_MSB 0x24
76#define TDA1004X_VBER_MID 0x25
77#define TDA1004X_VBER_LSB 0x26
78#define TDA1004X_UNCOR 0x27
79
80#define TDA10045H_CONFPLL_P 0x2D
81#define TDA10045H_CONFPLL_M_MSB 0x2E
82#define TDA10045H_CONFPLL_M_LSB 0x2F
83#define TDA10045H_CONFPLL_N 0x30
84
85#define TDA10046H_CONFPLL1 0x2D
86#define TDA10046H_CONFPLL2 0x2F
87#define TDA10046H_CONFPLL3 0x30
88#define TDA10046H_TIME_WREF1 0x31
89#define TDA10046H_TIME_WREF2 0x32
90#define TDA10046H_TIME_WREF3 0x33
91#define TDA10046H_TIME_WREF4 0x34
92#define TDA10046H_TIME_WREF5 0x35
93
94#define TDA10045H_UNSURW_MSB 0x31
95#define TDA10045H_UNSURW_LSB 0x32
96#define TDA10045H_WREF_MSB 0x33
97#define TDA10045H_WREF_MID 0x34
98#define TDA10045H_WREF_LSB 0x35
99#define TDA10045H_MUXOUT 0x36
100#define TDA1004X_CONFADC2 0x37
101
102#define TDA10045H_IOFFSET 0x38
103
104#define TDA10046H_CONF_TRISTATE1 0x3B
105#define TDA10046H_CONF_TRISTATE2 0x3C
106#define TDA10046H_CONF_POLARITY 0x3D
107#define TDA10046H_FREQ_OFFSET 0x3E
108#define TDA10046H_GPIO_OUT_SEL 0x41
109#define TDA10046H_GPIO_SELECT 0x42
110#define TDA10046H_AGC_CONF 0x43
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700111#define TDA10046H_AGC_THR 0x44
112#define TDA10046H_AGC_RENORM 0x45
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113#define TDA10046H_AGC_GAINS 0x46
114#define TDA10046H_AGC_TUN_MIN 0x47
115#define TDA10046H_AGC_TUN_MAX 0x48
116#define TDA10046H_AGC_IF_MIN 0x49
117#define TDA10046H_AGC_IF_MAX 0x4A
118
119#define TDA10046H_FREQ_PHY2_MSB 0x4D
120#define TDA10046H_FREQ_PHY2_LSB 0x4E
121
122#define TDA10046H_CVBER_CTRL 0x4F
123#define TDA10046H_AGC_IF_LEVEL 0x52
124#define TDA10046H_CODE_CPT 0x57
125#define TDA10046H_CODE_IN 0x58
126
127
128static int tda1004x_write_byteI(struct tda1004x_state *state, int reg, int data)
129{
130 int ret;
131 u8 buf[] = { reg, data };
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700132 struct i2c_msg msg = { .flags = 0, .buf = buf, .len = 2 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300134 dprintk("%s: reg=0x%x, data=0x%x\n", __func__, reg, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135
136 msg.addr = state->config->demod_address;
137 ret = i2c_transfer(state->i2c, &msg, 1);
138
139 if (ret != 1)
140 dprintk("%s: error reg=0x%x, data=0x%x, ret=%i\n",
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300141 __func__, reg, data, ret);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300143 dprintk("%s: success reg=0x%x, data=0x%x, ret=%i\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144 reg, data, ret);
145 return (ret != 1) ? -1 : 0;
146}
147
148static int tda1004x_read_byte(struct tda1004x_state *state, int reg)
149{
150 int ret;
151 u8 b0[] = { reg };
152 u8 b1[] = { 0 };
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700153 struct i2c_msg msg[] = {{ .flags = 0, .buf = b0, .len = 1 },
154 { .flags = I2C_M_RD, .buf = b1, .len = 1 }};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300156 dprintk("%s: reg=0x%x\n", __func__, reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157
158 msg[0].addr = state->config->demod_address;
159 msg[1].addr = state->config->demod_address;
160 ret = i2c_transfer(state->i2c, msg, 2);
161
162 if (ret != 2) {
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300163 dprintk("%s: error reg=0x%x, ret=%i\n", __func__, reg,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 ret);
Mauro Carvalho Chehab517efa82009-02-09 13:12:41 -0300165 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166 }
167
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300168 dprintk("%s: success reg=0x%x, data=0x%x, ret=%i\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169 reg, b1[0], ret);
170 return b1[0];
171}
172
173static int tda1004x_write_mask(struct tda1004x_state *state, int reg, int mask, int data)
174{
175 int val;
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300176 dprintk("%s: reg=0x%x, mask=0x%x, data=0x%x\n", __func__, reg,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700177 mask, data);
178
179 // read a byte and check
180 val = tda1004x_read_byte(state, reg);
181 if (val < 0)
182 return val;
183
184 // mask if off
185 val = val & ~mask;
186 val |= data & 0xff;
187
188 // write it out again
189 return tda1004x_write_byteI(state, reg, val);
190}
191
192static int tda1004x_write_buf(struct tda1004x_state *state, int reg, unsigned char *buf, int len)
193{
194 int i;
195 int result;
196
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300197 dprintk("%s: reg=0x%x, len=0x%x\n", __func__, reg, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198
199 result = 0;
200 for (i = 0; i < len; i++) {
201 result = tda1004x_write_byteI(state, reg + i, buf[i]);
202 if (result != 0)
203 break;
204 }
205
206 return result;
207}
208
209static int tda1004x_enable_tuner_i2c(struct tda1004x_state *state)
210{
211 int result;
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300212 dprintk("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213
214 result = tda1004x_write_mask(state, TDA1004X_CONFC4, 2, 2);
Hartmut Hackmann0eb3de22006-02-07 06:49:10 -0200215 msleep(20);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216 return result;
217}
218
219static int tda1004x_disable_tuner_i2c(struct tda1004x_state *state)
220{
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300221 dprintk("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222
223 return tda1004x_write_mask(state, TDA1004X_CONFC4, 2, 0);
224}
225
226static int tda10045h_set_bandwidth(struct tda1004x_state *state,
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300227 u32 bandwidth)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228{
229 static u8 bandwidth_6mhz[] = { 0x02, 0x00, 0x3d, 0x00, 0x60, 0x1e, 0xa7, 0x45, 0x4f };
230 static u8 bandwidth_7mhz[] = { 0x02, 0x00, 0x37, 0x00, 0x4a, 0x2f, 0x6d, 0x76, 0xdb };
231 static u8 bandwidth_8mhz[] = { 0x02, 0x00, 0x3d, 0x00, 0x48, 0x17, 0x89, 0xc7, 0x14 };
232
233 switch (bandwidth) {
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300234 case 6000000:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700235 tda1004x_write_buf(state, TDA10045H_CONFPLL_P, bandwidth_6mhz, sizeof(bandwidth_6mhz));
236 break;
237
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300238 case 7000000:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239 tda1004x_write_buf(state, TDA10045H_CONFPLL_P, bandwidth_7mhz, sizeof(bandwidth_7mhz));
240 break;
241
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300242 case 8000000:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243 tda1004x_write_buf(state, TDA10045H_CONFPLL_P, bandwidth_8mhz, sizeof(bandwidth_8mhz));
244 break;
245
246 default:
247 return -EINVAL;
248 }
249
250 tda1004x_write_byteI(state, TDA10045H_IOFFSET, 0);
251
252 return 0;
253}
254
255static int tda10046h_set_bandwidth(struct tda1004x_state *state,
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300256 u32 bandwidth)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257{
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200258 static u8 bandwidth_6mhz_53M[] = { 0x7b, 0x2e, 0x11, 0xf0, 0xd2 };
259 static u8 bandwidth_7mhz_53M[] = { 0x6a, 0x02, 0x6a, 0x43, 0x9f };
260 static u8 bandwidth_8mhz_53M[] = { 0x5c, 0x32, 0xc2, 0x96, 0x6d };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700261
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200262 static u8 bandwidth_6mhz_48M[] = { 0x70, 0x02, 0x49, 0x24, 0x92 };
263 static u8 bandwidth_7mhz_48M[] = { 0x60, 0x02, 0xaa, 0xaa, 0xab };
264 static u8 bandwidth_8mhz_48M[] = { 0x54, 0x03, 0x0c, 0x30, 0xc3 };
265 int tda10046_clk53m;
266
267 if ((state->config->if_freq == TDA10046_FREQ_045) ||
268 (state->config->if_freq == TDA10046_FREQ_052))
269 tda10046_clk53m = 0;
270 else
271 tda10046_clk53m = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 switch (bandwidth) {
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300273 case 6000000:
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200274 if (tda10046_clk53m)
275 tda1004x_write_buf(state, TDA10046H_TIME_WREF1, bandwidth_6mhz_53M,
Michael Krufky50c25ff2006-01-09 15:25:34 -0200276 sizeof(bandwidth_6mhz_53M));
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200277 else
278 tda1004x_write_buf(state, TDA10046H_TIME_WREF1, bandwidth_6mhz_48M,
Michael Krufky50c25ff2006-01-09 15:25:34 -0200279 sizeof(bandwidth_6mhz_48M));
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700280 if (state->config->if_freq == TDA10046_FREQ_045) {
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200281 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_MSB, 0x0a);
282 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_LSB, 0xab);
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700283 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284 break;
285
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300286 case 7000000:
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200287 if (tda10046_clk53m)
288 tda1004x_write_buf(state, TDA10046H_TIME_WREF1, bandwidth_7mhz_53M,
Michael Krufky50c25ff2006-01-09 15:25:34 -0200289 sizeof(bandwidth_7mhz_53M));
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200290 else
291 tda1004x_write_buf(state, TDA10046H_TIME_WREF1, bandwidth_7mhz_48M,
Michael Krufky50c25ff2006-01-09 15:25:34 -0200292 sizeof(bandwidth_7mhz_48M));
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700293 if (state->config->if_freq == TDA10046_FREQ_045) {
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200294 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_MSB, 0x0c);
295 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_LSB, 0x00);
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700296 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 break;
298
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300299 case 8000000:
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200300 if (tda10046_clk53m)
301 tda1004x_write_buf(state, TDA10046H_TIME_WREF1, bandwidth_8mhz_53M,
Michael Krufky50c25ff2006-01-09 15:25:34 -0200302 sizeof(bandwidth_8mhz_53M));
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200303 else
304 tda1004x_write_buf(state, TDA10046H_TIME_WREF1, bandwidth_8mhz_48M,
Michael Krufky50c25ff2006-01-09 15:25:34 -0200305 sizeof(bandwidth_8mhz_48M));
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700306 if (state->config->if_freq == TDA10046_FREQ_045) {
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200307 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_MSB, 0x0d);
308 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_LSB, 0x55);
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700309 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 break;
311
312 default:
313 return -EINVAL;
314 }
315
316 return 0;
317}
318
319static int tda1004x_do_upload(struct tda1004x_state *state,
David Woodhousebc179152008-05-24 00:12:23 +0100320 const unsigned char *mem, unsigned int len,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321 u8 dspCodeCounterReg, u8 dspCodeInReg)
322{
323 u8 buf[65];
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700324 struct i2c_msg fw_msg = { .flags = 0, .buf = buf, .len = 0 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325 int tx_size;
326 int pos = 0;
327
328 /* clear code counter */
329 tda1004x_write_byteI(state, dspCodeCounterReg, 0);
330 fw_msg.addr = state->config->demod_address;
331
Mauro Carvalho Chehab347c4e92012-09-28 16:28:51 -0300332 i2c_lock_adapter(state->i2c);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 buf[0] = dspCodeInReg;
334 while (pos != len) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335 // work out how much to send this time
336 tx_size = len - pos;
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700337 if (tx_size > 0x10)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338 tx_size = 0x10;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339
340 // send the chunk
341 memcpy(buf + 1, mem + pos, tx_size);
342 fw_msg.len = tx_size + 1;
Mauro Carvalho Chehab347c4e92012-09-28 16:28:51 -0300343 if (__i2c_transfer(state->i2c, &fw_msg, 1) != 1) {
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700344 printk(KERN_ERR "tda1004x: Error during firmware upload\n");
Mauro Carvalho Chehab347c4e92012-09-28 16:28:51 -0300345 i2c_unlock_adapter(state->i2c);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 return -EIO;
347 }
348 pos += tx_size;
349
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300350 dprintk("%s: fw_pos=0x%x\n", __func__, pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351 }
Mauro Carvalho Chehab347c4e92012-09-28 16:28:51 -0300352 i2c_unlock_adapter(state->i2c);
353
354 /* give the DSP a chance to settle 03/10/05 Hac */
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700355 msleep(100);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700356
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357 return 0;
358}
359
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700360static int tda1004x_check_upload_ok(struct tda1004x_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361{
362 u8 data1, data2;
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700363 unsigned long timeout;
364
365 if (state->demod_type == TDA1004X_DEMOD_TDA10046) {
366 timeout = jiffies + 2 * HZ;
367 while(!(tda1004x_read_byte(state, TDA1004X_STATUS_CD) & 0x20)) {
368 if (time_after(jiffies, timeout)) {
369 printk(KERN_ERR "tda1004x: timeout waiting for DSP ready\n");
370 break;
371 }
372 msleep(1);
373 }
374 } else
375 msleep(100);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376
377 // check upload was OK
378 tda1004x_write_mask(state, TDA1004X_CONFC4, 0x10, 0); // we want to read from the DSP
379 tda1004x_write_byteI(state, TDA1004X_DSP_CMD, 0x67);
380
381 data1 = tda1004x_read_byte(state, TDA1004X_DSP_DATA1);
382 data2 = tda1004x_read_byte(state, TDA1004X_DSP_DATA2);
Hartmut Hackmann3faadbb2005-07-07 17:57:42 -0700383 if (data1 != 0x67 || data2 < 0x20 || data2 > 0x2e) {
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700384 printk(KERN_INFO "tda1004x: found firmware revision %x -- invalid\n", data2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385 return -EIO;
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700386 }
387 printk(KERN_INFO "tda1004x: found firmware revision %x -- ok\n", data2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388 return 0;
389}
390
391static int tda10045_fwupload(struct dvb_frontend* fe)
392{
393 struct tda1004x_state* state = fe->demodulator_priv;
394 int ret;
395 const struct firmware *fw;
396
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397 /* don't re-upload unless necessary */
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700398 if (tda1004x_check_upload_ok(state) == 0)
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700399 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400
401 /* request the firmware, this will block until someone uploads it */
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700402 printk(KERN_INFO "tda1004x: waiting for firmware upload (%s)...\n", TDA10045_DEFAULT_FIRMWARE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403 ret = state->config->request_firmware(fe, &fw, TDA10045_DEFAULT_FIRMWARE);
404 if (ret) {
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700405 printk(KERN_ERR "tda1004x: no firmware upload (timeout or file not found?)\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406 return ret;
407 }
408
409 /* reset chip */
410 tda1004x_write_mask(state, TDA1004X_CONFC4, 0x10, 0);
411 tda1004x_write_mask(state, TDA1004X_CONFC4, 8, 8);
412 tda1004x_write_mask(state, TDA1004X_CONFC4, 8, 0);
413 msleep(10);
414
415 /* set parameters */
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300416 tda10045h_set_bandwidth(state, 8000000);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417
418 ret = tda1004x_do_upload(state, fw->data, fw->size, TDA10045H_FWPAGE, TDA10045H_CODE_IN);
Anssi Hannula0c744b02005-07-07 17:57:42 -0700419 release_firmware(fw);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420 if (ret)
421 return ret;
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700422 printk(KERN_INFO "tda1004x: firmware upload complete\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423
424 /* wait for DSP to initialise */
425 /* DSPREADY doesn't seem to work on the TDA10045H */
426 msleep(100);
427
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700428 return tda1004x_check_upload_ok(state);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429}
430
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700431static void tda10046_init_plls(struct dvb_frontend* fe)
Johannes Stezenbach71e34202005-05-16 21:54:36 -0700432{
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700433 struct tda1004x_state* state = fe->demodulator_priv;
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200434 int tda10046_clk53m;
435
436 if ((state->config->if_freq == TDA10046_FREQ_045) ||
437 (state->config->if_freq == TDA10046_FREQ_052))
438 tda10046_clk53m = 0;
439 else
440 tda10046_clk53m = 1;
Johannes Stezenbach71e34202005-05-16 21:54:36 -0700441
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700442 tda1004x_write_byteI(state, TDA10046H_CONFPLL1, 0xf0);
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200443 if(tda10046_clk53m) {
444 printk(KERN_INFO "tda1004x: setting up plls for 53MHz sampling clock\n");
445 tda1004x_write_byteI(state, TDA10046H_CONFPLL2, 0x08); // PLL M = 8
446 } else {
447 printk(KERN_INFO "tda1004x: setting up plls for 48MHz sampling clock\n");
448 tda1004x_write_byteI(state, TDA10046H_CONFPLL2, 0x03); // PLL M = 3
449 }
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700450 if (state->config->xtal_freq == TDA10046_XTAL_4M ) {
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300451 dprintk("%s: setting up PLLs for a 4 MHz Xtal\n", __func__);
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700452 tda1004x_write_byteI(state, TDA10046H_CONFPLL3, 0); // PLL P = N = 0
453 } else {
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300454 dprintk("%s: setting up PLLs for a 16 MHz Xtal\n", __func__);
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700455 tda1004x_write_byteI(state, TDA10046H_CONFPLL3, 3); // PLL P = 0, N = 3
Johannes Stezenbach71e34202005-05-16 21:54:36 -0700456 }
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200457 if(tda10046_clk53m)
458 tda1004x_write_byteI(state, TDA10046H_FREQ_OFFSET, 0x67);
459 else
460 tda1004x_write_byteI(state, TDA10046H_FREQ_OFFSET, 0x72);
461 /* Note clock frequency is handled implicitly */
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700462 switch (state->config->if_freq) {
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700463 case TDA10046_FREQ_045:
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200464 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_MSB, 0x0c);
465 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_LSB, 0x00);
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700466 break;
467 case TDA10046_FREQ_052:
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200468 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_MSB, 0x0d);
469 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_LSB, 0xc7);
470 break;
471 case TDA10046_FREQ_3617:
472 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_MSB, 0xd7);
473 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_LSB, 0x59);
474 break;
475 case TDA10046_FREQ_3613:
476 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_MSB, 0xd7);
477 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_LSB, 0x3f);
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700478 break;
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700479 }
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300480 tda10046h_set_bandwidth(state, 8000000); /* default bandwidth 8 MHz */
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200481 /* let the PLLs settle */
482 msleep(120);
Johannes Stezenbach71e34202005-05-16 21:54:36 -0700483}
484
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485static int tda10046_fwupload(struct dvb_frontend* fe)
486{
487 struct tda1004x_state* state = fe->demodulator_priv;
Mauro Carvalho Chehab517efa82009-02-09 13:12:41 -0300488 int ret, confc4;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489 const struct firmware *fw;
490
491 /* reset + wake up chip */
Hartmut Hackmann0eb3de22006-02-07 06:49:10 -0200492 if (state->config->xtal_freq == TDA10046_XTAL_4M) {
Mauro Carvalho Chehab517efa82009-02-09 13:12:41 -0300493 confc4 = 0;
Hartmut Hackmann0eb3de22006-02-07 06:49:10 -0200494 } else {
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300495 dprintk("%s: 16MHz Xtal, reducing I2C speed\n", __func__);
Mauro Carvalho Chehab517efa82009-02-09 13:12:41 -0300496 confc4 = 0x80;
Hartmut Hackmann0eb3de22006-02-07 06:49:10 -0200497 }
Mauro Carvalho Chehab517efa82009-02-09 13:12:41 -0300498 tda1004x_write_byteI(state, TDA1004X_CONFC4, confc4);
499
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 tda1004x_write_mask(state, TDA10046H_CONF_TRISTATE1, 1, 0);
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -0300501 /* set GPIO 1 and 3 */
502 if (state->config->gpio_config != TDA10046_GPTRI) {
503 tda1004x_write_byteI(state, TDA10046H_CONF_TRISTATE2, 0x33);
504 tda1004x_write_mask(state, TDA10046H_CONF_POLARITY, 0x0f, state->config->gpio_config &0x0f);
505 }
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700506 /* let the clocks recover from sleep */
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -0300507 msleep(10);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200509 /* The PLLs need to be reprogrammed after sleep */
510 tda10046_init_plls(fe);
Hartmut Hackmann68717582007-04-27 12:31:15 -0300511 tda1004x_write_mask(state, TDA1004X_CONFADC2, 0xc0, 0);
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200512
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 /* don't re-upload unless necessary */
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700514 if (tda1004x_check_upload_ok(state) == 0)
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700515 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516
Mauro Carvalho Chehab517efa82009-02-09 13:12:41 -0300517 /*
518 For i2c normal work, we need to slow down the bus speed.
519 However, the slow down breaks the eeprom firmware load.
520 So, use normal speed for eeprom booting and then restore the
521 i2c speed after that. Tested with MSI TV @nyware A/D board,
522 that comes with firmware version 29 inside their eeprom.
523
524 It should also be noticed that no other I2C transfer should
525 be in course while booting from eeprom, otherwise, tda10046
526 goes into an instable state. So, proper locking are needed
527 at the i2c bus master.
528 */
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -0300529 printk(KERN_INFO "tda1004x: trying to boot from eeprom\n");
Mauro Carvalho Chehab517efa82009-02-09 13:12:41 -0300530 tda1004x_write_byteI(state, TDA1004X_CONFC4, 4);
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -0300531 msleep(300);
Mauro Carvalho Chehab517efa82009-02-09 13:12:41 -0300532 tda1004x_write_byteI(state, TDA1004X_CONFC4, confc4);
533
534 /* Checks if eeprom firmware went without troubles */
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -0300535 if (tda1004x_check_upload_ok(state) == 0)
536 return 0;
537
Mauro Carvalho Chehab517efa82009-02-09 13:12:41 -0300538 /* eeprom firmware didn't work. Load one manually. */
539
Hartmut Hackmannf4546e72007-04-27 12:31:13 -0300540 if (state->config->request_firmware != NULL) {
541 /* request the firmware, this will block until someone uploads it */
542 printk(KERN_INFO "tda1004x: waiting for firmware upload...\n");
543 ret = state->config->request_firmware(fe, &fw, TDA10046_DEFAULT_FIRMWARE);
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700544 if (ret) {
Hartmut Hackmannf4546e72007-04-27 12:31:13 -0300545 /* remain compatible to old bug: try to load with tda10045 image name */
546 ret = state->config->request_firmware(fe, &fw, TDA10045_DEFAULT_FIRMWARE);
547 if (ret) {
548 printk(KERN_ERR "tda1004x: no firmware upload (timeout or file not found?)\n");
549 return ret;
550 } else {
551 printk(KERN_INFO "tda1004x: please rename the firmware file to %s\n",
552 TDA10046_DEFAULT_FIRMWARE);
553 }
554 }
555 } else {
556 printk(KERN_ERR "tda1004x: no request function defined, can't upload from file\n");
557 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558 }
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -0300559 tda1004x_write_mask(state, TDA1004X_CONFC4, 8, 8); // going to boot from HOST
560 ret = tda1004x_do_upload(state, fw->data, fw->size, TDA10046H_CODE_CPT, TDA10046H_CODE_IN);
561 release_firmware(fw);
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700562 return tda1004x_check_upload_ok(state);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563}
564
565static int tda1004x_encode_fec(int fec)
566{
567 // convert known FEC values
568 switch (fec) {
569 case FEC_1_2:
570 return 0;
571 case FEC_2_3:
572 return 1;
573 case FEC_3_4:
574 return 2;
575 case FEC_5_6:
576 return 3;
577 case FEC_7_8:
578 return 4;
579 }
580
581 // unsupported
582 return -EINVAL;
583}
584
585static int tda1004x_decode_fec(int tdafec)
586{
587 // convert known FEC values
588 switch (tdafec) {
589 case 0:
590 return FEC_1_2;
591 case 1:
592 return FEC_2_3;
593 case 2:
594 return FEC_3_4;
595 case 3:
596 return FEC_5_6;
597 case 4:
598 return FEC_7_8;
599 }
600
601 // unsupported
602 return -1;
603}
604
lawrence rust2e4e98e2010-08-25 09:50:20 -0300605static int tda1004x_write(struct dvb_frontend* fe, const u8 buf[], int len)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606{
607 struct tda1004x_state* state = fe->demodulator_priv;
608
Andrew de Quinceyc10d14d2006-08-08 09:10:08 -0300609 if (len != 2)
610 return -EINVAL;
611
612 return tda1004x_write_byteI(state, buf[0], buf[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613}
614
615static int tda10045_init(struct dvb_frontend* fe)
616{
617 struct tda1004x_state* state = fe->demodulator_priv;
618
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300619 dprintk("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621 if (tda10045_fwupload(fe)) {
622 printk("tda1004x: firmware upload failed\n");
623 return -EIO;
624 }
625
626 tda1004x_write_mask(state, TDA1004X_CONFADC1, 0x10, 0); // wake up the ADC
627
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 // tda setup
629 tda1004x_write_mask(state, TDA1004X_CONFC4, 0x20, 0); // disable DSP watchdog timer
630 tda1004x_write_mask(state, TDA1004X_AUTO, 8, 0); // select HP stream
631 tda1004x_write_mask(state, TDA1004X_CONFC1, 0x40, 0); // set polarity of VAGC signal
632 tda1004x_write_mask(state, TDA1004X_CONFC1, 0x80, 0x80); // enable pulse killer
633 tda1004x_write_mask(state, TDA1004X_AUTO, 0x10, 0x10); // enable auto offset
634 tda1004x_write_mask(state, TDA1004X_IN_CONF2, 0xC0, 0x0); // no frequency offset
635 tda1004x_write_byteI(state, TDA1004X_CONF_TS1, 0); // setup MPEG2 TS interface
636 tda1004x_write_byteI(state, TDA1004X_CONF_TS2, 0); // setup MPEG2 TS interface
637 tda1004x_write_mask(state, TDA1004X_VBER_MSB, 0xe0, 0xa0); // 10^6 VBER measurement bits
638 tda1004x_write_mask(state, TDA1004X_CONFC1, 0x10, 0); // VAGC polarity
639 tda1004x_write_byteI(state, TDA1004X_CONFADC1, 0x2e);
640
641 tda1004x_write_mask(state, 0x1f, 0x01, state->config->invert_oclk);
642
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643 return 0;
644}
645
646static int tda10046_init(struct dvb_frontend* fe)
647{
648 struct tda1004x_state* state = fe->demodulator_priv;
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300649 dprintk("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651 if (tda10046_fwupload(fe)) {
652 printk("tda1004x: firmware upload failed\n");
Mauro Carvalho Chehab2b257d12015-04-29 09:38:59 -0300653 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 }
655
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656 // tda setup
657 tda1004x_write_mask(state, TDA1004X_CONFC4, 0x20, 0); // disable DSP watchdog timer
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200658 tda1004x_write_byteI(state, TDA1004X_AUTO, 0x87); // 100 ppm crystal, select HP stream
Hartmut Hackmann0eb3de22006-02-07 06:49:10 -0200659 tda1004x_write_byteI(state, TDA1004X_CONFC1, 0x88); // enable pulse killer
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700660
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700661 switch (state->config->agc_config) {
662 case TDA10046_AGC_DEFAULT:
663 tda1004x_write_byteI(state, TDA10046H_AGC_CONF, 0x00); // AGC setup
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -0300664 tda1004x_write_mask(state, TDA10046H_CONF_POLARITY, 0xf0, 0x60); // set AGC polarities
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700665 break;
666 case TDA10046_AGC_IFO_AUTO_NEG:
667 tda1004x_write_byteI(state, TDA10046H_AGC_CONF, 0x0a); // AGC setup
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -0300668 tda1004x_write_mask(state, TDA10046H_CONF_POLARITY, 0xf0, 0x60); // set AGC polarities
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700669 break;
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700670 case TDA10046_AGC_IFO_AUTO_POS:
671 tda1004x_write_byteI(state, TDA10046H_AGC_CONF, 0x0a); // AGC setup
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -0300672 tda1004x_write_mask(state, TDA10046H_CONF_POLARITY, 0xf0, 0x00); // set AGC polarities
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700673 break;
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -0300674 case TDA10046_AGC_TDA827X:
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -0700675 tda1004x_write_byteI(state, TDA10046H_AGC_CONF, 0x02); // AGC setup
676 tda1004x_write_byteI(state, TDA10046H_AGC_THR, 0x70); // AGC Threshold
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200677 tda1004x_write_byteI(state, TDA10046H_AGC_RENORM, 0x08); // Gain Renormalize
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -0300678 tda1004x_write_mask(state, TDA10046H_CONF_POLARITY, 0xf0, 0x60); // set AGC polarities
Hartmut Hackmann550a9a52006-11-15 21:31:54 -0300679 break;
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700680 }
Hartmut Hackmann08cdf942007-03-18 19:23:20 -0300681 if (state->config->ts_mode == 0) {
682 tda1004x_write_mask(state, TDA10046H_CONF_TRISTATE1, 0xc0, 0x40);
683 tda1004x_write_mask(state, 0x3a, 0x80, state->config->invert_oclk << 7);
684 } else {
685 tda1004x_write_mask(state, TDA10046H_CONF_TRISTATE1, 0xc0, 0x80);
686 tda1004x_write_mask(state, TDA10046H_CONF_POLARITY, 0x10,
687 state->config->invert_oclk << 4);
688 }
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200689 tda1004x_write_byteI(state, TDA1004X_CONFADC2, 0x38);
Hartmut Hackmann08cdf942007-03-18 19:23:20 -0300690 tda1004x_write_mask (state, TDA10046H_CONF_TRISTATE1, 0x3e, 0x38); // Turn IF AGC output on
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691 tda1004x_write_byteI(state, TDA10046H_AGC_TUN_MIN, 0); // }
692 tda1004x_write_byteI(state, TDA10046H_AGC_TUN_MAX, 0xff); // } AGC min/max values
693 tda1004x_write_byteI(state, TDA10046H_AGC_IF_MIN, 0); // }
694 tda1004x_write_byteI(state, TDA10046H_AGC_IF_MAX, 0xff); // }
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200695 tda1004x_write_byteI(state, TDA10046H_AGC_GAINS, 0x12); // IF gain 2, TUN gain 1
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700696 tda1004x_write_byteI(state, TDA10046H_CVBER_CTRL, 0x1a); // 10^6 VBER measurement bits
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697 tda1004x_write_byteI(state, TDA1004X_CONF_TS1, 7); // MPEG2 interface config
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700698 tda1004x_write_byteI(state, TDA1004X_CONF_TS2, 0xc0); // MPEG2 interface config
Hartmut Hackmann0eb3de22006-02-07 06:49:10 -0200699 // tda1004x_write_mask(state, 0x50, 0x80, 0x80); // handle out of guard echoes
Hartmut Hackmannecb60de2005-07-07 17:57:40 -0700700
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701 return 0;
702}
703
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300704static int tda1004x_set_fe(struct dvb_frontend *fe)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705{
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300706 struct dtv_frontend_properties *fe_params = &fe->dtv_property_cache;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707 struct tda1004x_state* state = fe->demodulator_priv;
708 int tmp;
709 int inversion;
710
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300711 dprintk("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712
713 if (state->demod_type == TDA1004X_DEMOD_TDA10046) {
714 // setup auto offset
715 tda1004x_write_mask(state, TDA1004X_AUTO, 0x10, 0x10);
716 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x80, 0);
717 tda1004x_write_mask(state, TDA1004X_IN_CONF2, 0xC0, 0);
718
719 // disable agc_conf[2]
720 tda1004x_write_mask(state, TDA10046H_AGC_CONF, 4, 0);
721 }
722
723 // set frequency
Patrick Boettcherdea74862006-05-14 05:01:31 -0300724 if (fe->ops.tuner_ops.set_params) {
Mauro Carvalho Chehab14d24d12011-12-24 12:24:33 -0300725 fe->ops.tuner_ops.set_params(fe);
Hartmut Hackmannede22002007-04-27 12:31:32 -0300726 if (fe->ops.i2c_gate_ctrl)
727 fe->ops.i2c_gate_ctrl(fe, 0);
Hartmut Hackmann634623d2005-11-08 21:35:13 -0800728 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730 // Hardcoded to use auto as much as possible on the TDA10045 as it
731 // is very unreliable if AUTO mode is _not_ used.
732 if (state->demod_type == TDA1004X_DEMOD_TDA10045) {
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300733 fe_params->code_rate_HP = FEC_AUTO;
734 fe_params->guard_interval = GUARD_INTERVAL_AUTO;
735 fe_params->transmission_mode = TRANSMISSION_MODE_AUTO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736 }
737
738 // Set standard params.. or put them to auto
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300739 if ((fe_params->code_rate_HP == FEC_AUTO) ||
740 (fe_params->code_rate_LP == FEC_AUTO) ||
741 (fe_params->modulation == QAM_AUTO) ||
742 (fe_params->hierarchy == HIERARCHY_AUTO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743 tda1004x_write_mask(state, TDA1004X_AUTO, 1, 1); // enable auto
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300744 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x03, 0); /* turn off modulation bits */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x60, 0); // turn off hierarchy bits
746 tda1004x_write_mask(state, TDA1004X_IN_CONF2, 0x3f, 0); // turn off FEC bits
747 } else {
748 tda1004x_write_mask(state, TDA1004X_AUTO, 1, 0); // disable auto
749
750 // set HP FEC
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300751 tmp = tda1004x_encode_fec(fe_params->code_rate_HP);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700752 if (tmp < 0)
753 return tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 tda1004x_write_mask(state, TDA1004X_IN_CONF2, 7, tmp);
755
756 // set LP FEC
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300757 tmp = tda1004x_encode_fec(fe_params->code_rate_LP);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700758 if (tmp < 0)
759 return tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760 tda1004x_write_mask(state, TDA1004X_IN_CONF2, 0x38, tmp << 3);
761
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300762 /* set modulation */
763 switch (fe_params->modulation) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764 case QPSK:
765 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 3, 0);
766 break;
767
768 case QAM_16:
769 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 3, 1);
770 break;
771
772 case QAM_64:
773 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 3, 2);
774 break;
775
776 default:
777 return -EINVAL;
778 }
779
780 // set hierarchy
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300781 switch (fe_params->hierarchy) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782 case HIERARCHY_NONE:
783 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x60, 0 << 5);
784 break;
785
786 case HIERARCHY_1:
787 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x60, 1 << 5);
788 break;
789
790 case HIERARCHY_2:
791 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x60, 2 << 5);
792 break;
793
794 case HIERARCHY_4:
795 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x60, 3 << 5);
796 break;
797
798 default:
799 return -EINVAL;
800 }
801 }
802
803 // set bandwidth
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700804 switch (state->demod_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805 case TDA1004X_DEMOD_TDA10045:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300806 tda10045h_set_bandwidth(state, fe_params->bandwidth_hz);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807 break;
808
809 case TDA1004X_DEMOD_TDA10046:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300810 tda10046h_set_bandwidth(state, fe_params->bandwidth_hz);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811 break;
812 }
813
814 // set inversion
815 inversion = fe_params->inversion;
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700816 if (state->config->invert)
817 inversion = inversion ? INVERSION_OFF : INVERSION_ON;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818 switch (inversion) {
819 case INVERSION_OFF:
820 tda1004x_write_mask(state, TDA1004X_CONFC1, 0x20, 0);
821 break;
822
823 case INVERSION_ON:
824 tda1004x_write_mask(state, TDA1004X_CONFC1, 0x20, 0x20);
825 break;
826
827 default:
828 return -EINVAL;
829 }
830
831 // set guard interval
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300832 switch (fe_params->guard_interval) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833 case GUARD_INTERVAL_1_32:
834 tda1004x_write_mask(state, TDA1004X_AUTO, 2, 0);
835 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x0c, 0 << 2);
836 break;
837
838 case GUARD_INTERVAL_1_16:
839 tda1004x_write_mask(state, TDA1004X_AUTO, 2, 0);
840 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x0c, 1 << 2);
841 break;
842
843 case GUARD_INTERVAL_1_8:
844 tda1004x_write_mask(state, TDA1004X_AUTO, 2, 0);
845 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x0c, 2 << 2);
846 break;
847
848 case GUARD_INTERVAL_1_4:
849 tda1004x_write_mask(state, TDA1004X_AUTO, 2, 0);
850 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x0c, 3 << 2);
851 break;
852
853 case GUARD_INTERVAL_AUTO:
854 tda1004x_write_mask(state, TDA1004X_AUTO, 2, 2);
855 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x0c, 0 << 2);
856 break;
857
858 default:
859 return -EINVAL;
860 }
861
862 // set transmission mode
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300863 switch (fe_params->transmission_mode) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864 case TRANSMISSION_MODE_2K:
865 tda1004x_write_mask(state, TDA1004X_AUTO, 4, 0);
866 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x10, 0 << 4);
867 break;
868
869 case TRANSMISSION_MODE_8K:
870 tda1004x_write_mask(state, TDA1004X_AUTO, 4, 0);
871 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x10, 1 << 4);
872 break;
873
874 case TRANSMISSION_MODE_AUTO:
875 tda1004x_write_mask(state, TDA1004X_AUTO, 4, 4);
876 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x10, 0);
877 break;
878
879 default:
880 return -EINVAL;
881 }
882
883 // start the lock
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700884 switch (state->demod_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885 case TDA1004X_DEMOD_TDA10045:
886 tda1004x_write_mask(state, TDA1004X_CONFC4, 8, 8);
887 tda1004x_write_mask(state, TDA1004X_CONFC4, 8, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 break;
889
890 case TDA1004X_DEMOD_TDA10046:
891 tda1004x_write_mask(state, TDA1004X_AUTO, 0x40, 0x40);
Hartmut Hackmann634623d2005-11-08 21:35:13 -0800892 msleep(1);
893 tda1004x_write_mask(state, TDA10046H_AGC_CONF, 4, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 break;
895 }
896
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700897 msleep(10);
898
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899 return 0;
900}
901
Mauro Carvalho Chehab7e3e68b2016-02-04 12:58:30 -0200902static int tda1004x_get_fe(struct dvb_frontend *fe,
903 struct dtv_frontend_properties *fe_params)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904{
905 struct tda1004x_state* state = fe->demodulator_priv;
Mauro Carvalho Chehabe8beb022016-02-03 17:33:48 -0200906 int status;
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200907
Harvey Harrison271ddbf2008-04-08 23:20:00 -0300908 dprintk("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909
Mauro Carvalho Chehabe8beb022016-02-03 17:33:48 -0200910 status = tda1004x_read_byte(state, TDA1004X_STATUS_CD);
911 if (status == -1)
912 return -EIO;
913
914 /* Only update the properties cache if device is locked */
915 if (!(status & 8))
916 return 0;
917
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918 // inversion status
919 fe_params->inversion = INVERSION_OFF;
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700920 if (tda1004x_read_byte(state, TDA1004X_CONFC1) & 0x20)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921 fe_params->inversion = INVERSION_ON;
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700922 if (state->config->invert)
923 fe_params->inversion = fe_params->inversion ? INVERSION_OFF : INVERSION_ON;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924
925 // bandwidth
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700926 switch (state->demod_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927 case TDA1004X_DEMOD_TDA10045:
928 switch (tda1004x_read_byte(state, TDA10045H_WREF_LSB)) {
929 case 0x14:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300930 fe_params->bandwidth_hz = 8000000;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931 break;
932 case 0xdb:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300933 fe_params->bandwidth_hz = 7000000;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934 break;
935 case 0x4f:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300936 fe_params->bandwidth_hz = 6000000;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 break;
938 }
939 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940 case TDA1004X_DEMOD_TDA10046:
941 switch (tda1004x_read_byte(state, TDA10046H_TIME_WREF1)) {
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200942 case 0x5c:
943 case 0x54:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300944 fe_params->bandwidth_hz = 8000000;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945 break;
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200946 case 0x6a:
947 case 0x60:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300948 fe_params->bandwidth_hz = 7000000;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949 break;
Hartmut Hackmann8a8e9c22006-01-09 15:25:04 -0200950 case 0x7b:
951 case 0x70:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300952 fe_params->bandwidth_hz = 6000000;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953 break;
954 }
955 break;
956 }
957
958 // FEC
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300959 fe_params->code_rate_HP =
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960 tda1004x_decode_fec(tda1004x_read_byte(state, TDA1004X_OUT_CONF2) & 7);
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300961 fe_params->code_rate_LP =
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962 tda1004x_decode_fec((tda1004x_read_byte(state, TDA1004X_OUT_CONF2) >> 3) & 7);
963
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300964 /* modulation */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965 switch (tda1004x_read_byte(state, TDA1004X_OUT_CONF1) & 3) {
966 case 0:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300967 fe_params->modulation = QPSK;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968 break;
969 case 1:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300970 fe_params->modulation = QAM_16;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971 break;
972 case 2:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300973 fe_params->modulation = QAM_64;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974 break;
975 }
976
977 // transmission mode
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300978 fe_params->transmission_mode = TRANSMISSION_MODE_2K;
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -0700979 if (tda1004x_read_byte(state, TDA1004X_OUT_CONF1) & 0x10)
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300980 fe_params->transmission_mode = TRANSMISSION_MODE_8K;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981
982 // guard interval
983 switch ((tda1004x_read_byte(state, TDA1004X_OUT_CONF1) & 0x0c) >> 2) {
984 case 0:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300985 fe_params->guard_interval = GUARD_INTERVAL_1_32;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986 break;
987 case 1:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300988 fe_params->guard_interval = GUARD_INTERVAL_1_16;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989 break;
990 case 2:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300991 fe_params->guard_interval = GUARD_INTERVAL_1_8;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992 break;
993 case 3:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -0300994 fe_params->guard_interval = GUARD_INTERVAL_1_4;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995 break;
996 }
997
998 // hierarchy
999 switch ((tda1004x_read_byte(state, TDA1004X_OUT_CONF1) & 0x60) >> 5) {
1000 case 0:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -03001001 fe_params->hierarchy = HIERARCHY_NONE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002 break;
1003 case 1:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -03001004 fe_params->hierarchy = HIERARCHY_1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005 break;
1006 case 2:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -03001007 fe_params->hierarchy = HIERARCHY_2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008 break;
1009 case 3:
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -03001010 fe_params->hierarchy = HIERARCHY_4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011 break;
1012 }
1013
1014 return 0;
1015}
1016
Mauro Carvalho Chehab0df289a2015-06-07 14:53:52 -03001017static int tda1004x_read_status(struct dvb_frontend *fe,
1018 enum fe_status *fe_status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019{
1020 struct tda1004x_state* state = fe->demodulator_priv;
1021 int status;
1022 int cber;
1023 int vber;
1024
Harvey Harrison271ddbf2008-04-08 23:20:00 -03001025 dprintk("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026
1027 // read status
1028 status = tda1004x_read_byte(state, TDA1004X_STATUS_CD);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001029 if (status == -1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031
1032 // decode
1033 *fe_status = 0;
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001034 if (status & 4)
1035 *fe_status |= FE_HAS_SIGNAL;
1036 if (status & 2)
1037 *fe_status |= FE_HAS_CARRIER;
1038 if (status & 8)
1039 *fe_status |= FE_HAS_VITERBI | FE_HAS_SYNC | FE_HAS_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040
1041 // if we don't already have VITERBI (i.e. not LOCKED), see if the viterbi
1042 // is getting anything valid
1043 if (!(*fe_status & FE_HAS_VITERBI)) {
1044 // read the CBER
1045 cber = tda1004x_read_byte(state, TDA1004X_CBER_LSB);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001046 if (cber == -1)
1047 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048 status = tda1004x_read_byte(state, TDA1004X_CBER_MSB);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001049 if (status == -1)
1050 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051 cber |= (status << 8);
Hartmut Hackmann0eb3de22006-02-07 06:49:10 -02001052 // The address 0x20 should be read to cope with a TDA10046 bug
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053 tda1004x_read_byte(state, TDA1004X_CBER_RESET);
1054
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001055 if (cber != 65535)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056 *fe_status |= FE_HAS_VITERBI;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057 }
1058
1059 // if we DO have some valid VITERBI output, but don't already have SYNC
1060 // bytes (i.e. not LOCKED), see if the RS decoder is getting anything valid.
1061 if ((*fe_status & FE_HAS_VITERBI) && (!(*fe_status & FE_HAS_SYNC))) {
1062 // read the VBER
1063 vber = tda1004x_read_byte(state, TDA1004X_VBER_LSB);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001064 if (vber == -1)
1065 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066 status = tda1004x_read_byte(state, TDA1004X_VBER_MID);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001067 if (status == -1)
1068 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069 vber |= (status << 8);
1070 status = tda1004x_read_byte(state, TDA1004X_VBER_MSB);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001071 if (status == -1)
1072 return -EIO;
Hartmut Hackmann0eb3de22006-02-07 06:49:10 -02001073 vber |= (status & 0x0f) << 16;
1074 // The CVBER_LUT should be read to cope with TDA10046 hardware bug
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075 tda1004x_read_byte(state, TDA1004X_CVBER_LUT);
1076
1077 // if RS has passed some valid TS packets, then we must be
1078 // getting some SYNC bytes
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001079 if (vber < 16632)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080 *fe_status |= FE_HAS_SYNC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081 }
1082
1083 // success
Harvey Harrison271ddbf2008-04-08 23:20:00 -03001084 dprintk("%s: fe_status=0x%x\n", __func__, *fe_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085 return 0;
1086}
1087
1088static int tda1004x_read_signal_strength(struct dvb_frontend* fe, u16 * signal)
1089{
1090 struct tda1004x_state* state = fe->demodulator_priv;
1091 int tmp;
1092 int reg = 0;
1093
Harvey Harrison271ddbf2008-04-08 23:20:00 -03001094 dprintk("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095
1096 // determine the register to use
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001097 switch (state->demod_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098 case TDA1004X_DEMOD_TDA10045:
1099 reg = TDA10045H_S_AGC;
1100 break;
1101
1102 case TDA1004X_DEMOD_TDA10046:
1103 reg = TDA10046H_AGC_IF_LEVEL;
1104 break;
1105 }
1106
1107 // read it
1108 tmp = tda1004x_read_byte(state, reg);
1109 if (tmp < 0)
1110 return -EIO;
1111
1112 *signal = (tmp << 8) | tmp;
Harvey Harrison271ddbf2008-04-08 23:20:00 -03001113 dprintk("%s: signal=0x%x\n", __func__, *signal);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114 return 0;
1115}
1116
1117static int tda1004x_read_snr(struct dvb_frontend* fe, u16 * snr)
1118{
1119 struct tda1004x_state* state = fe->demodulator_priv;
1120 int tmp;
1121
Harvey Harrison271ddbf2008-04-08 23:20:00 -03001122 dprintk("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123
1124 // read it
1125 tmp = tda1004x_read_byte(state, TDA1004X_SNR);
1126 if (tmp < 0)
1127 return -EIO;
Andrew de Quinceyc2026b32005-09-09 13:02:33 -07001128 tmp = 255 - tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129
1130 *snr = ((tmp << 8) | tmp);
Harvey Harrison271ddbf2008-04-08 23:20:00 -03001131 dprintk("%s: snr=0x%x\n", __func__, *snr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132 return 0;
1133}
1134
1135static int tda1004x_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
1136{
1137 struct tda1004x_state* state = fe->demodulator_priv;
1138 int tmp;
1139 int tmp2;
1140 int counter;
1141
Harvey Harrison271ddbf2008-04-08 23:20:00 -03001142 dprintk("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143
1144 // read the UCBLOCKS and reset
1145 counter = 0;
1146 tmp = tda1004x_read_byte(state, TDA1004X_UNCOR);
1147 if (tmp < 0)
1148 return -EIO;
1149 tmp &= 0x7f;
1150 while (counter++ < 5) {
1151 tda1004x_write_mask(state, TDA1004X_UNCOR, 0x80, 0);
1152 tda1004x_write_mask(state, TDA1004X_UNCOR, 0x80, 0);
1153 tda1004x_write_mask(state, TDA1004X_UNCOR, 0x80, 0);
1154
1155 tmp2 = tda1004x_read_byte(state, TDA1004X_UNCOR);
1156 if (tmp2 < 0)
1157 return -EIO;
1158 tmp2 &= 0x7f;
1159 if ((tmp2 < tmp) || (tmp2 == 0))
1160 break;
1161 }
1162
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001163 if (tmp != 0x7f)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164 *ucblocks = tmp;
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001165 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166 *ucblocks = 0xffffffff;
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001167
Harvey Harrison271ddbf2008-04-08 23:20:00 -03001168 dprintk("%s: ucblocks=0x%x\n", __func__, *ucblocks);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169 return 0;
1170}
1171
1172static int tda1004x_read_ber(struct dvb_frontend* fe, u32* ber)
1173{
1174 struct tda1004x_state* state = fe->demodulator_priv;
1175 int tmp;
1176
Harvey Harrison271ddbf2008-04-08 23:20:00 -03001177 dprintk("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178
1179 // read it in
1180 tmp = tda1004x_read_byte(state, TDA1004X_CBER_LSB);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001181 if (tmp < 0)
1182 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183 *ber = tmp << 1;
1184 tmp = tda1004x_read_byte(state, TDA1004X_CBER_MSB);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001185 if (tmp < 0)
1186 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187 *ber |= (tmp << 9);
Hartmut Hackmann0eb3de22006-02-07 06:49:10 -02001188 // The address 0x20 should be read to cope with a TDA10046 bug
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189 tda1004x_read_byte(state, TDA1004X_CBER_RESET);
1190
Harvey Harrison271ddbf2008-04-08 23:20:00 -03001191 dprintk("%s: ber=0x%x\n", __func__, *ber);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192 return 0;
1193}
1194
1195static int tda1004x_sleep(struct dvb_frontend* fe)
1196{
1197 struct tda1004x_state* state = fe->demodulator_priv;
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -03001198 int gpio_conf;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001200 switch (state->demod_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201 case TDA1004X_DEMOD_TDA10045:
1202 tda1004x_write_mask(state, TDA1004X_CONFADC1, 0x10, 0x10);
1203 break;
1204
1205 case TDA1004X_DEMOD_TDA10046:
Hartmut Hackmann0eb3de22006-02-07 06:49:10 -02001206 /* set outputs to tristate */
1207 tda1004x_write_byteI(state, TDA10046H_CONF_TRISTATE1, 0xff);
Hartmut Hackmann1bb0e862007-04-27 12:31:10 -03001208 /* invert GPIO 1 and 3 if desired*/
1209 gpio_conf = state->config->gpio_config;
1210 if (gpio_conf >= TDA10046_GP00_I)
1211 tda1004x_write_mask(state, TDA10046H_CONF_POLARITY, 0x0f,
1212 (gpio_conf & 0x0f) ^ 0x0a);
1213
Hartmut Hackmann68717582007-04-27 12:31:15 -03001214 tda1004x_write_mask(state, TDA1004X_CONFADC2, 0xc0, 0xc0);
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -07001215 tda1004x_write_mask(state, TDA1004X_CONFC4, 1, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216 break;
1217 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218
1219 return 0;
1220}
1221
Andrew de Quincey74349bef2006-04-18 17:47:10 -03001222static int tda1004x_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
1223{
1224 struct tda1004x_state* state = fe->demodulator_priv;
1225
1226 if (enable) {
1227 return tda1004x_enable_tuner_i2c(state);
1228 } else {
1229 return tda1004x_disable_tuner_i2c(state);
1230 }
1231}
1232
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233static int tda1004x_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fesettings)
1234{
1235 fesettings->min_delay_ms = 800;
Hartmut Hackmannf03cbea2005-07-07 17:57:43 -07001236 /* Drift compensation makes no sense for DVB-T */
1237 fesettings->step_size = 0;
1238 fesettings->max_drift = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239 return 0;
1240}
1241
Andrew de Quincey2a514de2006-08-08 09:10:09 -03001242static void tda1004x_release(struct dvb_frontend* fe)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243{
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001244 struct tda1004x_state *state = fe->demodulator_priv;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245 kfree(state);
1246}
1247
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248static struct dvb_frontend_ops tda10045_ops = {
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -03001249 .delsys = { SYS_DVBT },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250 .info = {
1251 .name = "Philips TDA10045H DVB-T",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252 .frequency_min = 51000000,
1253 .frequency_max = 858000000,
1254 .frequency_stepsize = 166667,
1255 .caps =
1256 FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 |
1257 FE_CAN_FEC_5_6 | FE_CAN_FEC_7_8 | FE_CAN_FEC_AUTO |
1258 FE_CAN_QPSK | FE_CAN_QAM_16 | FE_CAN_QAM_64 | FE_CAN_QAM_AUTO |
1259 FE_CAN_TRANSMISSION_MODE_AUTO | FE_CAN_GUARD_INTERVAL_AUTO
1260 },
1261
Andrew de Quincey2a514de2006-08-08 09:10:09 -03001262 .release = tda1004x_release,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263
1264 .init = tda10045_init,
1265 .sleep = tda1004x_sleep,
Andrew de Quinceyc10d14d2006-08-08 09:10:08 -03001266 .write = tda1004x_write,
Andrew de Quincey74349bef2006-04-18 17:47:10 -03001267 .i2c_gate_ctrl = tda1004x_i2c_gate_ctrl,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -03001269 .set_frontend = tda1004x_set_fe,
1270 .get_frontend = tda1004x_get_fe,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271 .get_tune_settings = tda1004x_get_tune_settings,
1272
1273 .read_status = tda1004x_read_status,
1274 .read_ber = tda1004x_read_ber,
1275 .read_signal_strength = tda1004x_read_signal_strength,
1276 .read_snr = tda1004x_read_snr,
1277 .read_ucblocks = tda1004x_read_ucblocks,
1278};
1279
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001280struct dvb_frontend* tda10045_attach(const struct tda1004x_config* config,
1281 struct i2c_adapter* i2c)
1282{
1283 struct tda1004x_state *state;
Mauro Carvalho Chehab0e7830b2008-06-14 11:27:34 -03001284 int id;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001286 /* allocate memory for the internal state */
Matthias Schwarzott084e24a2009-08-10 22:51:01 -03001287 state = kzalloc(sizeof(struct tda1004x_state), GFP_KERNEL);
Mauro Carvalho Chehabbc36ec72008-06-14 10:44:04 -03001288 if (!state) {
Masanari Iida546c9732012-02-03 09:56:59 -03001289 printk(KERN_ERR "Can't allocate memory for tda10045 state\n");
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001290 return NULL;
Mauro Carvalho Chehabbc36ec72008-06-14 10:44:04 -03001291 }
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001292
1293 /* setup the state */
1294 state->config = config;
1295 state->i2c = i2c;
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001296 state->demod_type = TDA1004X_DEMOD_TDA10045;
1297
1298 /* check if the demod is there */
Mauro Carvalho Chehabbc36ec72008-06-14 10:44:04 -03001299 id = tda1004x_read_byte(state, TDA1004X_CHIPID);
Mauro Carvalho Chehab0e7830b2008-06-14 11:27:34 -03001300 if (id < 0) {
1301 printk(KERN_ERR "tda10045: chip is not answering. Giving up.\n");
1302 kfree(state);
1303 return NULL;
1304 }
1305
Mauro Carvalho Chehabbc36ec72008-06-14 10:44:04 -03001306 if (id != 0x25) {
1307 printk(KERN_ERR "Invalid tda1004x ID = 0x%02x. Can't proceed\n", id);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001308 kfree(state);
1309 return NULL;
1310 }
1311
1312 /* create dvb_frontend */
Patrick Boettcherdea74862006-05-14 05:01:31 -03001313 memcpy(&state->frontend.ops, &tda10045_ops, sizeof(struct dvb_frontend_ops));
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001314 state->frontend.demodulator_priv = state;
1315 return &state->frontend;
1316}
1317
1318static struct dvb_frontend_ops tda10046_ops = {
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -03001319 .delsys = { SYS_DVBT },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320 .info = {
1321 .name = "Philips TDA10046H DVB-T",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322 .frequency_min = 51000000,
1323 .frequency_max = 858000000,
1324 .frequency_stepsize = 166667,
1325 .caps =
1326 FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 |
1327 FE_CAN_FEC_5_6 | FE_CAN_FEC_7_8 | FE_CAN_FEC_AUTO |
1328 FE_CAN_QPSK | FE_CAN_QAM_16 | FE_CAN_QAM_64 | FE_CAN_QAM_AUTO |
1329 FE_CAN_TRANSMISSION_MODE_AUTO | FE_CAN_GUARD_INTERVAL_AUTO
1330 },
1331
Andrew de Quincey2a514de2006-08-08 09:10:09 -03001332 .release = tda1004x_release,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333
1334 .init = tda10046_init,
1335 .sleep = tda1004x_sleep,
Andrew de Quinceyc10d14d2006-08-08 09:10:08 -03001336 .write = tda1004x_write,
Andrew de Quincey159f8a62006-04-19 18:31:03 -03001337 .i2c_gate_ctrl = tda1004x_i2c_gate_ctrl,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338
Mauro Carvalho Chehab5f82e6b2011-12-26 13:19:48 -03001339 .set_frontend = tda1004x_set_fe,
1340 .get_frontend = tda1004x_get_fe,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341 .get_tune_settings = tda1004x_get_tune_settings,
1342
1343 .read_status = tda1004x_read_status,
1344 .read_ber = tda1004x_read_ber,
1345 .read_signal_strength = tda1004x_read_signal_strength,
1346 .read_snr = tda1004x_read_snr,
1347 .read_ucblocks = tda1004x_read_ucblocks,
1348};
1349
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001350struct dvb_frontend* tda10046_attach(const struct tda1004x_config* config,
1351 struct i2c_adapter* i2c)
1352{
1353 struct tda1004x_state *state;
Mauro Carvalho Chehab0e7830b2008-06-14 11:27:34 -03001354 int id;
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001355
1356 /* allocate memory for the internal state */
Matthias Schwarzott084e24a2009-08-10 22:51:01 -03001357 state = kzalloc(sizeof(struct tda1004x_state), GFP_KERNEL);
Mauro Carvalho Chehabbc36ec72008-06-14 10:44:04 -03001358 if (!state) {
Masanari Iida546c9732012-02-03 09:56:59 -03001359 printk(KERN_ERR "Can't allocate memory for tda10046 state\n");
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001360 return NULL;
Mauro Carvalho Chehabbc36ec72008-06-14 10:44:04 -03001361 }
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001362
1363 /* setup the state */
1364 state->config = config;
1365 state->i2c = i2c;
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001366 state->demod_type = TDA1004X_DEMOD_TDA10046;
1367
1368 /* check if the demod is there */
Mauro Carvalho Chehabbc36ec72008-06-14 10:44:04 -03001369 id = tda1004x_read_byte(state, TDA1004X_CHIPID);
Mauro Carvalho Chehab0e7830b2008-06-14 11:27:34 -03001370 if (id < 0) {
1371 printk(KERN_ERR "tda10046: chip is not answering. Giving up.\n");
1372 kfree(state);
1373 return NULL;
1374 }
Mauro Carvalho Chehabbc36ec72008-06-14 10:44:04 -03001375 if (id != 0x46) {
1376 printk(KERN_ERR "Invalid tda1004x ID = 0x%02x. Can't proceed\n", id);
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001377 kfree(state);
1378 return NULL;
1379 }
1380
1381 /* create dvb_frontend */
Patrick Boettcherdea74862006-05-14 05:01:31 -03001382 memcpy(&state->frontend.ops, &tda10046_ops, sizeof(struct dvb_frontend_ops));
Johannes Stezenbach7f5e02d2005-05-16 21:54:30 -07001383 state->frontend.demodulator_priv = state;
1384 return &state->frontend;
1385}
1386
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387module_param(debug, int, 0644);
1388MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
1389
1390MODULE_DESCRIPTION("Philips TDA10045H & TDA10046H DVB-T Demodulator");
1391MODULE_AUTHOR("Andrew de Quincey & Robert Schlabbach");
1392MODULE_LICENSE("GPL");
1393
1394EXPORT_SYMBOL(tda10045_attach);
1395EXPORT_SYMBOL(tda10046_attach);