Searched defs:sh_mobile_i2c_data (Results 1 – 1 of 1) sorted by relevance
113 struct sh_mobile_i2c_data { struct114 struct device *dev;115 void __iomem *reg;116 struct i2c_adapter adap;117 unsigned long bus_speed;118 unsigned int clks_per_count;119 struct clk *clk;120 u_int8_t icic;144 int (*setup)(struct sh_mobile_i2c_data *pd); argument