Searched defs:imx_i2c_struct (Results 1 – 1 of 1) sorted by relevance
237 struct imx_i2c_struct { struct239 struct clk *clk;241 void __iomem *base;243 unsigned long i2csr;245 int stopped;247 unsigned int cur_clk;248 unsigned int bitrate;256 struct i2c_msg *msg;258 int isr_result;259 bool is_lastmsg;[all …]