Path: blob/master/drivers/media/dvb/frontends/bsbe1-d01a.h
15112 views
/*1* bsbe1-d01a.h - ALPS BSBE1-D01A tuner support2*3* Copyright (C) 2011 Oliver Endriss <[email protected]>4*5* This program is free software; you can redistribute it and/or6* modify it under the terms of the GNU General Public License7* as published by the Free Software Foundation; either version 28* of the License, or (at your option) any later version.9*10*11* This program is distributed in the hope that it will be useful,12* but WITHOUT ANY WARRANTY; without even the implied warranty of13* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14* GNU General Public License for more details.15*16*17* You should have received a copy of the GNU General Public License18* along with this program; if not, write to the Free Software19* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.20* Or, point your browser to http://www.gnu.org/copyleft/gpl.html21*22*23* the project's page is at http://www.linuxtv.org24*/2526#ifndef BSBE1_D01A_H27#define BSBE1_D01A_H2829#include "stb6000.h"30#include "stv0288.h"3132static u8 stv0288_bsbe1_d01a_inittab[] = {330x01, 0x15,340x02, 0x20,350x09, 0x0,360x0a, 0x4,370x0b, 0x0,380x0c, 0x0,390x0d, 0x0,400x0e, 0xd4,410x0f, 0x30,420x11, 0x80,430x12, 0x03,440x13, 0x48,450x14, 0x84,460x15, 0x45,470x16, 0xb7,480x17, 0x9c,490x18, 0x0,500x19, 0xa6,510x1a, 0x88,520x1b, 0x8f,530x1c, 0xf0,540x20, 0x0b,550x21, 0x54,560x22, 0x0,570x23, 0x0,580x2b, 0xff,590x2c, 0xf7,600x30, 0x0,610x31, 0x1e,620x32, 0x14,630x33, 0x0f,640x34, 0x09,650x35, 0x0c,660x36, 0x05,670x37, 0x2f,680x38, 0x16,690x39, 0xbd,700x3a, 0x03,710x3b, 0x13,720x3c, 0x11,730x3d, 0x30,740x40, 0x63,750x41, 0x04,760x42, 0x60,770x43, 0x00,780x44, 0x00,790x45, 0x00,800x46, 0x00,810x47, 0x00,820x4a, 0x00,830x50, 0x10,840x51, 0x36,850x52, 0x09,860x53, 0x94,870x54, 0x62,880x55, 0x29,890x56, 0x64,900x57, 0x2b,910x58, 0x54,920x59, 0x86,930x5a, 0x0,940x5b, 0x9b,950x5c, 0x08,960x5d, 0x7f,970x5e, 0x0,980x5f, 0xff,990x70, 0x0,1000x71, 0x0,1010x72, 0x0,1020x74, 0x0,1030x75, 0x0,1040x76, 0x0,1050x81, 0x0,1060x82, 0x3f,1070x83, 0x3f,1080x84, 0x0,1090x85, 0x0,1100x88, 0x0,1110x89, 0x0,1120x8a, 0x0,1130x8b, 0x0,1140x8c, 0x0,1150x90, 0x0,1160x91, 0x0,1170x92, 0x0,1180x93, 0x0,1190x94, 0x1c,1200x97, 0x0,1210xa0, 0x48,1220xa1, 0x0,1230xb0, 0xb8,1240xb1, 0x3a,1250xb2, 0x10,1260xb3, 0x82,1270xb4, 0x80,1280xb5, 0x82,1290xb6, 0x82,1300xb7, 0x82,1310xb8, 0x20,1320xb9, 0x0,1330xf0, 0x0,1340xf1, 0x0,1350xf2, 0xc0,1360xff, 0xff,137};138139static struct stv0288_config stv0288_bsbe1_d01a_config = {140.demod_address = 0x68,141.min_delay_ms = 100,142.inittab = stv0288_bsbe1_d01a_inittab,143};144145#endif146147148