Searched defs:npcm_i2c (Results 1 – 1 of 1) sorted by relevance
272 struct npcm_i2c { struct273 struct i2c_adapter adap;274 struct device *dev;275 unsigned char __iomem *reg;276 spinlock_t lock; /* IRQ synchronization */277 struct completion cmd_complete;278 int cmd_err;279 struct i2c_msg *msgs;280 int msgs_num;281 int num;[all …]