Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dpxa.c55 unsigned int lsr_break_flag; member
150 *status |= up->lsr_break_flag; in receive_chars()
151 up->lsr_break_flag = 0; in receive_chars()
615 up->lsr_break_flag = UART_LSR_BI; in wait_for_xmitr()
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()
Dm32r_sio.c117 unsigned char lsr_break_flag; member
350 *status |= up->lsr_break_flag; in receive_chars()
351 up->lsr_break_flag = 0; in receive_chars()
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()