aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/af9033_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-12-02 16:47:00 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-01-06 05:58:14 -0500
commite713ad1549209c10a8440d943a05056874a96015 (patch)
tree8ad0b923d539644109e1fb8b8e487cf201da3f2b /drivers/media/dvb-frontends/af9033_priv.h
parentef85cd9cd5474e94638248955d035598789fc737 (diff)
[media] af9033: add support for Fitipower FC0012 tuner
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/af9033_priv.h')
-rw-r--r--drivers/media/dvb-frontends/af9033_priv.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/af9033_priv.h b/drivers/media/dvb-frontends/af9033_priv.h
index 34dddcd77538..288cd4524547 100644
--- a/drivers/media/dvb-frontends/af9033_priv.h
+++ b/drivers/media/dvb-frontends/af9033_priv.h
@@ -397,6 +397,49 @@ static const struct reg_val tuner_init_fc0011[] = {
397 { 0x80F1E6, 0x00 }, 397 { 0x80F1E6, 0x00 },
398}; 398};
399 399
400/* Fitipower FC0012 tuner init
401 AF9033_TUNER_FC0012 = 0x2e */
402static const struct reg_val tuner_init_fc0012[] = {
403 { 0x800046, 0x2e },
404 { 0x800057, 0x00 },
405 { 0x800058, 0x01 },
406 { 0x800059, 0x01 },
407 { 0x80005f, 0x00 },
408 { 0x800060, 0x00 },
409 { 0x80006d, 0x00 },
410 { 0x800071, 0x05 },
411 { 0x800072, 0x02 },
412 { 0x800074, 0x01 },
413 { 0x800075, 0x03 },
414 { 0x800076, 0x02 },
415 { 0x800077, 0x01 },
416 { 0x800078, 0x00 },
417 { 0x800079, 0x00 },
418 { 0x80007a, 0x90 },
419 { 0x80007b, 0x90 },
420 { 0x800093, 0x00 },
421 { 0x800094, 0x01 },
422 { 0x800095, 0x02 },
423 { 0x800096, 0x01 },
424 { 0x800098, 0x0a },
425 { 0x80009b, 0x05 },
426 { 0x80009c, 0x80 },
427 { 0x8000b3, 0x00 },
428 { 0x8000c5, 0x01 },
429 { 0x8000c6, 0x00 },
430 { 0x8000c9, 0x5d },
431 { 0x80f007, 0x00 },
432 { 0x80f01f, 0xa0 },
433 { 0x80f020, 0x00 },
434 { 0x80f029, 0x82 },
435 { 0x80f02a, 0x00 },
436 { 0x80f047, 0x00 },
437 { 0x80f054, 0x00 },
438 { 0x80f055, 0x00 },
439 { 0x80f077, 0x01 },
440 { 0x80f1e6, 0x00 },
441};
442
400/* MaxLinear MxL5007T tuner init 443/* MaxLinear MxL5007T tuner init
401 AF9033_TUNER_MXL5007T = 0xa0 */ 444 AF9033_TUNER_MXL5007T = 0xa0 */
402static const struct reg_val tuner_init_mxl5007t[] = { 445static const struct reg_val tuner_init_mxl5007t[] = {