Searched defs:bcm_iproc_i2c_dev (Results 1 – 1 of 1) sorted by relevance
186 struct bcm_iproc_i2c_dev { struct187 struct device *device;188 enum bcm_iproc_i2c_type type;189 int irq;191 void __iomem *base;192 void __iomem *idm_base;194 u32 ape_addr_mask;197 spinlock_t idm_lock;199 struct i2c_adapter adapter;200 unsigned int bus_speed;[all …]