Searched defs:npcm_i2c (Results 1 – 1 of 1) sorted by relevance
289 struct npcm_i2c { struct293 const struct npcm_i2c_data *data; argument294 spinlock_t lock; /* IRQ synchronization */295 struct completion cmd_complete;296 int cmd_err;297 struct i2c_msg *msgs;298 int msgs_num;299 int num;300 u32 apb_clk;301 struct i2c_bus_recovery_info rinfo;[all …]