Searched defs:bcm_iproc_i2c_dev (Results 1 – 1 of 1) sorted by relevance
176 struct bcm_iproc_i2c_dev { struct177 struct device *device;178 enum bcm_iproc_i2c_type type;179 int irq;181 void __iomem *base;182 void __iomem *idm_base;184 u32 ape_addr_mask;187 spinlock_t idm_lock;189 struct i2c_adapter adapter;190 unsigned int bus_speed;[all …]