Lines Matching defs:qup_i2c_block
191 struct qup_i2c_block { struct
192 int count;
193 int pos;
194 int tx_tag_len;
195 int rx_tag_len;
196 int data_len;
197 int cur_blk_len;
198 int total_tx_len;
199 int total_rx_len;
200 int tx_fifo_data_pos;
201 int tx_fifo_free;
202 int rx_fifo_data_pos;
203 int fifo_available;
204 u32 tx_fifo_data;
205 u32 rx_fifo_data;
206 u8 *cur_data;
207 u8 *cur_tx_tags;
208 bool tx_tags_sent;
209 bool send_last_word;
210 bool rx_tags_fetched;
211 bool rx_bytes_read;
212 bool is_tx_blk_mode;
213 bool is_rx_blk_mode;
214 u8 tags[6];