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