cx25821.h (3eb66e91a25497065c5322b1268cbc3953642227) | cx25821.h (167905540e08e37162adc24066427944f71bf7a4) |
---|---|
1/* 2 * Driver for the Conexant CX25821 PCIe bridge 3 * 4 * Copyright (C) 2009 Conexant Systems Inc. 5 * Authors <shu.lin@conexant.com>, <hiep.huynh@conexant.com> 6 * Based on Steven Toth <stoth@linuxtv.org> cx23885 driver 7 * 8 * This program is free software; you can redistribute it and/or modify --- 142 unchanged lines hidden (view full) --- 151 152 int nr; 153 154 /* i2c i/o */ 155 struct i2c_adapter i2c_adap; 156 struct i2c_client i2c_client; 157 u32 i2c_rc; 158 | 1/* 2 * Driver for the Conexant CX25821 PCIe bridge 3 * 4 * Copyright (C) 2009 Conexant Systems Inc. 5 * Authors <shu.lin@conexant.com>, <hiep.huynh@conexant.com> 6 * Based on Steven Toth <stoth@linuxtv.org> cx23885 driver 7 * 8 * This program is free software; you can redistribute it and/or modify --- 142 unchanged lines hidden (view full) --- 151 152 int nr; 153 154 /* i2c i/o */ 155 struct i2c_adapter i2c_adap; 156 struct i2c_client i2c_client; 157 u32 i2c_rc; 158 |
159 /* cx25821 registers used for raw addess */ | 159 /* cx25821 registers used for raw address */ |
160 u32 i2c_period; 161 u32 reg_ctrl; 162 u32 reg_stat; 163 u32 reg_addr; 164 u32 reg_rdata; 165 u32 reg_wdata; 166}; 167 --- 271 unchanged lines hidden --- | 160 u32 i2c_period; 161 u32 reg_ctrl; 162 u32 reg_stat; 163 u32 reg_addr; 164 u32 reg_rdata; 165 u32 reg_wdata; 166}; 167 --- 271 unchanged lines hidden --- |