Lines Matching refs:count
139 rt_size_t count = 0; in rt_qspi_send_then_recv() local
144 count++; in rt_qspi_send_then_recv()
154 count += 4; in rt_qspi_send_then_recv()
161 count += 3; in rt_qspi_send_then_recv()
182 if (count != send_length) in rt_qspi_send_then_recv()
184 message.dummy_cycles = (send_length - count) * 8; in rt_qspi_send_then_recv()
224 rt_size_t count = 0; in rt_qspi_send() local
229 count++; in rt_qspi_send()
240 count += 4; in rt_qspi_send()
248 count += 3; in rt_qspi_send()
271 if (length - count > 0) in rt_qspi_send()
281 message.parent.send_buf = ptr + count; in rt_qspi_send()
283 message.parent.length = length - count; in rt_qspi_send()