Searched defs:bcm_iproc_i2c_dev (Results 1 – 1 of 1) sorted by relevance
178 struct bcm_iproc_i2c_dev { struct179 struct device *device;180 enum bcm_iproc_i2c_type type;181 int irq;183 void __iomem *base;184 void __iomem *idm_base;186 u32 ape_addr_mask;189 spinlock_t idm_lock;191 struct i2c_adapter adapter;192 unsigned int bus_speed;[all …]