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