Searched defs:bcm_iproc_i2c_dev (Results 1 – 1 of 1) sorted by relevance
180 struct bcm_iproc_i2c_dev { struct181 struct device *device;182 enum bcm_iproc_i2c_type type;183 int irq;185 void __iomem *base;186 void __iomem *idm_base;188 u32 ape_addr_mask;191 spinlock_t idm_lock;193 struct i2c_adapter adapter;194 unsigned int bus_speed;[all …]