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