ddbridge.h (e933a6f1af4648c6a0023795d99aa5470fd2f49d) | ddbridge.h (69e1749c6ca4b4cc3ff2da57ed60ed9c953e9a2c) |
---|---|
1/* 2 * ddbridge.h: Digital Devices PCIe bridge driver 3 * 4 * Copyright (C) 2010-2011 Digital Devices GmbH 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * version 2 only, as published by the Free Software Foundation. --- 139 unchanged lines hidden (view full) --- 148 u32 nr; 149 struct ddb_i2c *i2c; 150 struct mutex i2c_gate_lock; 151 u32 class; 152#define DDB_PORT_NONE 0 153#define DDB_PORT_CI 1 154#define DDB_PORT_TUNER 2 155 u32 type; | 1/* 2 * ddbridge.h: Digital Devices PCIe bridge driver 3 * 4 * Copyright (C) 2010-2011 Digital Devices GmbH 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * version 2 only, as published by the Free Software Foundation. --- 139 unchanged lines hidden (view full) --- 148 u32 nr; 149 struct ddb_i2c *i2c; 150 struct mutex i2c_gate_lock; 151 u32 class; 152#define DDB_PORT_NONE 0 153#define DDB_PORT_CI 1 154#define DDB_PORT_TUNER 2 155 u32 type; |
156#define DDB_TUNER_NONE 0 157#define DDB_TUNER_DVBS_ST 1 158#define DDB_TUNER_DVBS_ST_AA 2 159#define DDB_TUNER_DVBCT_TR 16 160#define DDB_TUNER_DVBCT_ST 17 | 156#define DDB_TUNER_NONE 0 157#define DDB_TUNER_DVBS_ST 1 158#define DDB_TUNER_DVBS_ST_AA 2 159#define DDB_TUNER_DVBCT2_SONY_P 7 160#define DDB_TUNER_DVBC2T2_SONY_P 8 161#define DDB_TUNER_ISDBT_SONY_P 9 162#define DDB_TUNER_DVBC2T2I_SONY_P 15 163#define DDB_TUNER_DVBCT_TR 16 164#define DDB_TUNER_DVBCT_ST 17 |
161#define DDB_TUNER_XO2_DVBS_STV0910 32 162#define DDB_TUNER_XO2_DVBCT2_SONY 33 163#define DDB_TUNER_XO2_ISDBT_SONY 34 164#define DDB_TUNER_XO2_DVBC2T2_SONY 35 165#define DDB_TUNER_XO2_ATSC_ST 36 166#define DDB_TUNER_XO2_DVBC2T2I_SONY 37 167 168 u32 adr; --- 33 unchanged lines hidden --- | 165#define DDB_TUNER_XO2_DVBS_STV0910 32 166#define DDB_TUNER_XO2_DVBCT2_SONY 33 167#define DDB_TUNER_XO2_ISDBT_SONY 34 168#define DDB_TUNER_XO2_DVBC2T2_SONY 35 169#define DDB_TUNER_XO2_ATSC_ST 36 170#define DDB_TUNER_XO2_DVBC2T2I_SONY 37 171 172 u32 adr; --- 33 unchanged lines hidden --- |