Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dpxa.c50 unsigned int lsr_break_flag; member
145 *status |= up->lsr_break_flag; in receive_chars()
146 up->lsr_break_flag = 0; in receive_chars()
610 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
Dvr41xx_siu.c56 static uint8_t lsr_break_flag[SIU_PORTS_MAX]; variable
315 lsr |= lsr_break_flag[port->line]; in receive_chars()
316 lsr_break_flag[port->line] = 0; in receive_chars()
733 lsr_break_flag[port->line] = UART_LSR_BI; in wait_for_xmitr()
Dsunsu.c94 unsigned int lsr_break_flag; member
370 *status |= up->lsr_break_flag; in receive_chars()
371 up->lsr_break_flag = 0; in receive_chars()
1275 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
Domap-serial.c154 unsigned int lsr_break_flag; member
535 lsr |= up->lsr_break_flag; in serial_omap_rlsi()
1173 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()