Home
last modified time | relevance | path

Searched refs:last_c (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.c916 static int last_c; in fiq_debugger_handle_uart_interrupt() local
988 } else if (last_c == '[' && (c == 'A' || c == 'B' || c == 'C' || c == 'D')) { in fiq_debugger_handle_uart_interrupt()
1012 if (c == '\r' || (c == '\n' && last_c != '\r')) { in fiq_debugger_handle_uart_interrupt()
1044 last_c = c; in fiq_debugger_handle_uart_interrupt()