Lines Matching defs:sh_mobile_i2c_data
124 struct sh_mobile_i2c_data { struct
125 struct device *dev;
126 void __iomem *reg;
127 struct i2c_adapter adap;
128 unsigned long bus_speed;
129 unsigned int clks_per_count;
130 struct clk *clk;
131 u_int8_t icic;
132 u_int8_t flags;
133 u_int16_t iccl;
134 u_int16_t icch;
136 spinlock_t lock;
137 wait_queue_head_t wait;
138 struct i2c_msg *msg;
139 int pos;
140 int sr;
141 bool send_stop;
142 bool stop_after_dma;
144 struct resource *res;
145 struct dma_chan *dma_tx;
146 struct dma_chan *dma_rx;
147 struct scatterlist sg;
148 enum dma_data_direction dma_direction;