Searched refs:end_idx (Results 1 – 1 of 1) sorted by relevance
1635 int i, count = 0, start_idx, end_idx; in sedi_uart_get_unsol_data() local1651 end_idx = unsol_read_ctxt[uart].write_idx + 1; in sedi_uart_get_unsol_data()1652 if (start_idx < end_idx) { in sedi_uart_get_unsol_data()1653 for (i = start_idx; i < end_idx; i++) { in sedi_uart_get_unsol_data()1669 for (i = 0; i < end_idx; i++) { in sedi_uart_get_unsol_data()