Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dvr41xx_siu.c69 static uint8_t lsr_break_flag[SIU_PORTS_MAX]; variable
328 lsr |= lsr_break_flag[port->line]; in receive_chars()
329 lsr_break_flag[port->line] = 0; in receive_chars()
746 lsr_break_flag[port->line] = UART_LSR_BI; in wait_for_xmitr()
Dpxa.c54 unsigned int lsr_break_flag; member
149 *status |= up->lsr_break_flag; in receive_chars()
150 up->lsr_break_flag = 0; in receive_chars()
614 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
Dsunsu.c93 unsigned int lsr_break_flag; member
369 *status |= up->lsr_break_flag; in receive_chars()
370 up->lsr_break_flag = 0; in receive_chars()
1274 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
Domap-serial.c158 unsigned int lsr_break_flag; member
539 lsr |= up->lsr_break_flag; in serial_omap_rlsi()
1177 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()