Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dpxa.c46 unsigned int lsr_break_flag; member
141 *status |= up->lsr_break_flag; in receive_chars()
142 up->lsr_break_flag = 0; in receive_chars()
606 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
H A Dvr41xx_siu.c52 static uint8_t lsr_break_flag[SIU_PORTS_MAX]; variable
311 lsr |= lsr_break_flag[port->line]; in receive_chars()
312 lsr_break_flag[port->line] = 0; in receive_chars()
729 lsr_break_flag[port->line] = UART_LSR_BI; in wait_for_xmitr()
H A Dsunsu.c90 unsigned int lsr_break_flag; member
366 *status |= up->lsr_break_flag; in receive_chars()
367 up->lsr_break_flag = 0; in receive_chars()
1271 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
H A Domap-serial.c147 unsigned int lsr_break_flag; member
534 lsr |= up->lsr_break_flag; in serial_omap_rlsi()
1177 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()