Searched defs:npcm_i2c (Results 1 – 1 of 1) sorted by relevance
550 struct npcm_i2c { struct554 const struct npcm_i2c_data *data; argument555 spinlock_t lock; /* IRQ synchronization */556 struct completion cmd_complete;557 int cmd_err;558 struct i2c_msg *msgs;559 int msgs_num;560 int num;561 u32 apb_clk;562 struct i2c_bus_recovery_info rinfo;[all …]