[media] rtl28xxu: make it compile against current Kernel
[deliverable/linux.git] / drivers / media / dvb / dvb-usb / rtl28xxu.h
CommitLineData
831e0b71
AP
1/*
2 * Realtek RTL28xxU DVB USB driver
3 *
4 * Copyright (C) 2009 Antti Palosaari <crope@iki.fi>
5 * Copyright (C) 2011 Antti Palosaari <crope@iki.fi>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License along
18 * with this program; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 */
21
22#ifndef RTL28XXU_H
23#define RTL28XXU_H
24
25#define DVB_USB_LOG_PREFIX "rtl28xxu"
26#include "dvb-usb.h"
27
28#define deb_info(args...) dprintk(dvb_usb_rtl28xxu_debug, 0x01, args)
29#define deb_rc(args...) dprintk(dvb_usb_rtl28xxu_debug, 0x02, args)
30#define deb_xfer(args...) dprintk(dvb_usb_rtl28xxu_debug, 0x04, args)
31#define deb_reg(args...) dprintk(dvb_usb_rtl28xxu_debug, 0x08, args)
32#define deb_i2c(args...) dprintk(dvb_usb_rtl28xxu_debug, 0x10, args)
33#define deb_fw(args...) dprintk(dvb_usb_rtl28xxu_debug, 0x20, args)
34
35#define deb_dump(r, t, v, i, b, l, func) { \
36 int loop_; \
37 func("%02x %02x %02x %02x %02x %02x %02x %02x", \
38 t, r, v & 0xff, v >> 8, i & 0xff, i >> 8, l & 0xff, l >> 8); \
39 if (t == (USB_TYPE_VENDOR | USB_DIR_OUT)) \
40 func(" >>> "); \
41 else \
42 func(" <<< "); \
43 for (loop_ = 0; loop_ < l; loop_++) \
44 func("%02x ", b[loop_]); \
45 func("\n");\
46}
47
48/*
49 * USB commands
50 * (usb_control_msg() index parameter)
51 */
34ec2933
AP
52#define DEMOD (0x00 << 8)
53#define USB (0x01 << 8)
54#define SYS (0x02 << 8)
55#define I2C (0x03 << 8)
56#define I2C_DA (0x06 << 8)
57
831e0b71
AP
58#define CMD_WR_FLAG 0x10
59#define CMD_DEMOD_RD (DEMOD)
60#define CMD_DEMOD_WR (DEMOD | CMD_WR_FLAG)
61#define CMD_USB_RD (USB)
62#define CMD_USB_WR (USB | CMD_WR_FLAG)
63#define CMD_SYS_RD (SYS)
34ec2933
AP
64#define CMD_IR_RD (CMD_SYS_RD | 0x01)
65#define CMD_IR_WR (CMD_SYS_WR | 0x01)
831e0b71
AP
66#define CMD_SYS_WR (SYS | CMD_WR_FLAG)
67#define CMD_I2C_RD (I2C)
68#define CMD_I2C_WR (I2C | CMD_WR_FLAG)
34ec2933
AP
69#define CMD_I2C_DA_RD (I2C_DA)
70#define CMD_I2C_DA_WR (I2C_DA | CMD_WR_FLAG)
831e0b71
AP
71
72struct rtl28xxu_priv {
73 u8 chip_id;
74 u8 tuner;
34ec2933 75 u8 page; /* integrated demod active register page */
b5cbaa43 76 bool rc_active;
831e0b71
AP
77};
78
79enum rtl28xxu_chip_id {
80 CHIP_ID_NONE = 0,
81 CHIP_ID_RTL2831U,
82 CHIP_ID_RTL2832U,
83};
84
85enum rtl28xxu_tuner {
86 TUNER_NONE = 0,
b5cbaa43 87
831e0b71
AP
88 TUNER_RTL2830_QT1010,
89 TUNER_RTL2830_MT2060,
90 TUNER_RTL2830_MXL5005S,
b5cbaa43
AP
91
92 TUNER_RTL2832_MT2266,
93 TUNER_RTL2832_FC2580,
94 TUNER_RTL2832_MT2063,
95 TUNER_RTL2832_MAX3543,
96 TUNER_RTL2832_TUA9001,
97 TUNER_RTL2832_MXL5007T,
98 TUNER_RTL2832_FC0012,
99 TUNER_RTL2832_E4000,
100 TUNER_RTL2832_TDA18272,
101 TUNER_RTL2832_FC0013,
831e0b71
AP
102};
103
104struct rtl28xxu_req {
105 u16 value;
106 u16 index;
107 u16 size;
108 u8 *data;
109};
110
111struct rtl28xxu_reg_val {
112 u16 reg;
113 u8 val;
114};
115
116/*
117 * memory map
118 *
119 * 0x0000 DEMOD : demodulator
120 * 0x2000 USB : SIE, USB endpoint, debug, DMA
121 * 0x3000 SYS : system
122 * 0xfc00 RC : remote controller (not RTL2831U)
123 */
124
125/*
126 * USB registers
127 */
128/* SIE Control Registers */
129#define USB_SYSCTL 0x2000 /* USB system control */
130#define USB_SYSCTL_0 0x2000 /* USB system control */
131#define USB_SYSCTL_1 0x2001 /* USB system control */
132#define USB_SYSCTL_2 0x2002 /* USB system control */
133#define USB_SYSCTL_3 0x2003 /* USB system control */
134#define USB_IRQSTAT 0x2008 /* SIE interrupt status */
135#define USB_IRQEN 0x200C /* SIE interrupt enable */
136#define USB_CTRL 0x2010 /* USB control */
137#define USB_STAT 0x2014 /* USB status */
138#define USB_DEVADDR 0x2018 /* USB device address */
139#define USB_TEST 0x201C /* USB test mode */
140#define USB_FRAME_NUMBER 0x2020 /* frame number */
141#define USB_FIFO_ADDR 0x2028 /* address of SIE FIFO RAM */
142#define USB_FIFO_CMD 0x202A /* SIE FIFO RAM access command */
143#define USB_FIFO_DATA 0x2030 /* SIE FIFO RAM data */
144/* Endpoint Registers */
145#define EP0_SETUPA 0x20F8 /* EP 0 setup packet lower byte */
146#define EP0_SETUPB 0x20FC /* EP 0 setup packet higher byte */
147#define USB_EP0_CFG 0x2104 /* EP 0 configure */
148#define USB_EP0_CTL 0x2108 /* EP 0 control */
149#define USB_EP0_STAT 0x210C /* EP 0 status */
150#define USB_EP0_IRQSTAT 0x2110 /* EP 0 interrupt status */
151#define USB_EP0_IRQEN 0x2114 /* EP 0 interrupt enable */
152#define USB_EP0_MAXPKT 0x2118 /* EP 0 max packet size */
153#define USB_EP0_BC 0x2120 /* EP 0 FIFO byte counter */
154#define USB_EPA_CFG 0x2144 /* EP A configure */
155#define USB_EPA_CFG_0 0x2144 /* EP A configure */
156#define USB_EPA_CFG_1 0x2145 /* EP A configure */
157#define USB_EPA_CFG_2 0x2146 /* EP A configure */
158#define USB_EPA_CFG_3 0x2147 /* EP A configure */
159#define USB_EPA_CTL 0x2148 /* EP A control */
160#define USB_EPA_CTL_0 0x2148 /* EP A control */
161#define USB_EPA_CTL_1 0x2149 /* EP A control */
162#define USB_EPA_CTL_2 0x214A /* EP A control */
163#define USB_EPA_CTL_3 0x214B /* EP A control */
164#define USB_EPA_STAT 0x214C /* EP A status */
165#define USB_EPA_IRQSTAT 0x2150 /* EP A interrupt status */
166#define USB_EPA_IRQEN 0x2154 /* EP A interrupt enable */
167#define USB_EPA_MAXPKT 0x2158 /* EP A max packet size */
168#define USB_EPA_MAXPKT_0 0x2158 /* EP A max packet size */
169#define USB_EPA_MAXPKT_1 0x2159 /* EP A max packet size */
170#define USB_EPA_MAXPKT_2 0x215A /* EP A max packet size */
171#define USB_EPA_MAXPKT_3 0x215B /* EP A max packet size */
172#define USB_EPA_FIFO_CFG 0x2160 /* EP A FIFO configure */
173#define USB_EPA_FIFO_CFG_0 0x2160 /* EP A FIFO configure */
174#define USB_EPA_FIFO_CFG_1 0x2161 /* EP A FIFO configure */
175#define USB_EPA_FIFO_CFG_2 0x2162 /* EP A FIFO configure */
176#define USB_EPA_FIFO_CFG_3 0x2163 /* EP A FIFO configure */
177/* Debug Registers */
178#define USB_PHYTSTDIS 0x2F04 /* PHY test disable */
179#define USB_TOUT_VAL 0x2F08 /* USB time-out time */
180#define USB_VDRCTRL 0x2F10 /* UTMI vendor signal control */
181#define USB_VSTAIN 0x2F14 /* UTMI vendor signal status in */
182#define USB_VLOADM 0x2F18 /* UTMI load vendor signal status in */
183#define USB_VSTAOUT 0x2F1C /* UTMI vendor signal status out */
184#define USB_UTMI_TST 0x2F80 /* UTMI test */
185#define USB_UTMI_STATUS 0x2F84 /* UTMI status */
186#define USB_TSTCTL 0x2F88 /* test control */
187#define USB_TSTCTL2 0x2F8C /* test control 2 */
188#define USB_PID_FORCE 0x2F90 /* force PID */
189#define USB_PKTERR_CNT 0x2F94 /* packet error counter */
190#define USB_RXERR_CNT 0x2F98 /* RX error counter */
191#define USB_MEM_BIST 0x2F9C /* MEM BIST test */
192#define USB_SLBBIST 0x2FA0 /* self-loop-back BIST */
193#define USB_CNTTEST 0x2FA4 /* counter test */
194#define USB_PHYTST 0x2FC0 /* USB PHY test */
195#define USB_DBGIDX 0x2FF0 /* select individual block debug signal */
196#define USB_DBGMUX 0x2FF4 /* debug signal module mux */
197
198/*
199 * SYS registers
200 */
201/* demod control registers */
202#define SYS_SYS0 0x3000 /* include DEMOD_CTL, GPO, GPI, GPOE */
203#define SYS_DEMOD_CTL 0x3000 /* control register for DVB-T demodulator */
204/* GPIO registers */
205#define SYS_GPIO_OUT_VAL 0x3001 /* output value of GPIO */
206#define SYS_GPIO_IN_VAL 0x3002 /* input value of GPIO */
207#define SYS_GPIO_OUT_EN 0x3003 /* output enable of GPIO */
208#define SYS_SYS1 0x3004 /* include GPD, SYSINTE, SYSINTS, GP_CFG0 */
209#define SYS_GPIO_DIR 0x3004 /* direction control for GPIO */
210#define SYS_SYSINTE 0x3005 /* system interrupt enable */
211#define SYS_SYSINTS 0x3006 /* system interrupt status */
212#define SYS_GPIO_CFG0 0x3007 /* PAD configuration for GPIO0-GPIO3 */
213#define SYS_SYS2 0x3008 /* include GP_CFG1 and 3 reserved bytes */
214#define SYS_GPIO_CFG1 0x3008 /* PAD configuration for GPIO4 */
b5cbaa43
AP
215#define SYS_DEMOD_CTL1 0x300B
216
831e0b71
AP
217/* IrDA registers */
218#define SYS_IRRC_PSR 0x3020 /* IR protocol selection */
219#define SYS_IRRC_PER 0x3024 /* IR protocol extension */
220#define SYS_IRRC_SF 0x3028 /* IR sampling frequency */
221#define SYS_IRRC_DPIR 0x302C /* IR data package interval */
222#define SYS_IRRC_CR 0x3030 /* IR control */
223#define SYS_IRRC_RP 0x3034 /* IR read port */
224#define SYS_IRRC_SR 0x3038 /* IR status */
225/* I2C master registers */
226#define SYS_I2CCR 0x3040 /* I2C clock */
227#define SYS_I2CMCR 0x3044 /* I2C master control */
228#define SYS_I2CMSTR 0x3048 /* I2C master SCL timing */
229#define SYS_I2CMSR 0x304C /* I2C master status */
230#define SYS_I2CMFR 0x3050 /* I2C master FIFO */
231
b5cbaa43
AP
232/*
233 * IR registers
234 */
235#define IR_RX_BUF 0xFC00
236#define IR_RX_IE 0xFD00
237#define IR_RX_IF 0xFD01
238#define IR_RX_CTRL 0xFD02
239#define IR_RX_CFG 0xFD03
240#define IR_MAX_DURATION0 0xFD04
241#define IR_MAX_DURATION1 0xFD05
242#define IR_IDLE_LEN0 0xFD06
243#define IR_IDLE_LEN1 0xFD07
244#define IR_GLITCH_LEN 0xFD08
245#define IR_RX_BUF_CTRL 0xFD09
246#define IR_RX_BUF_DATA 0xFD0A
247#define IR_RX_BC 0xFD0B
248#define IR_RX_CLK 0xFD0C
249#define IR_RX_C_COUNT_L 0xFD0D
250#define IR_RX_C_COUNT_H 0xFD0E
251#define IR_SUSPEND_CTRL 0xFD10
252#define IR_ERR_TOL_CTRL 0xFD11
253#define IR_UNIT_LEN 0xFD12
254#define IR_ERR_TOL_LEN 0xFD13
255#define IR_MAX_H_TOL_LEN 0xFD14
256#define IR_MAX_L_TOL_LEN 0xFD15
257#define IR_MASK_CTRL 0xFD16
258#define IR_MASK_DATA 0xFD17
259#define IR_RES_MASK_ADDR 0xFD18
260#define IR_RES_MASK_T_LEN 0xFD19
261
831e0b71 262#endif
This page took 0.034931 seconds and 5 git commands to generate.