Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dmvebu-uart.c64 #define STAT_BRK_DET BIT(3) macro
68 #define STAT_BRK_ERR (STAT_BRK_DET | STAT_FRM_ERR \
264 if (status & STAT_BRK_DET) { in mvebu_uart_rx_chars()
293 if (status & STAT_BRK_DET) in mvebu_uart_rx_chars()
304 } while (status & (STAT_RX_RDY(port) | STAT_BRK_DET)); in mvebu_uart_rx_chars()
353 STAT_BRK_DET)) in mvebu_uart_isr()
368 STAT_BRK_DET)) in mvebu_uart_rx_isr()