Home
last modified time | relevance | path

Searched refs:UART_LSR_FE (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dpxa.c111 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
116 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
128 else if (*status & UART_LSR_FE) in receive_chars()
149 else if (*status & UART_LSR_FE) in receive_chars()
488 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios()
497 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
H A Dvr41xx_siu.c314 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_FE | in receive_chars()
317 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
324 if (lsr & UART_LSR_FE) in receive_chars()
334 if (lsr & UART_LSR_FE) in receive_chars()
544 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()
550 port->ignore_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()
H A Dsunsu.c333 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
338 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
353 else if (*status & UART_LSR_FE) in receive_chars()
374 else if (*status & UART_LSR_FE) in receive_chars()
844 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed()
853 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
H A Domap-serial.c505 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi()
523 if (lsr & UART_LSR_FE) { in serial_omap_rlsi()
909 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios()
918 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_omap_set_termios()
H A Dserial-tegra.c47 UART_LSR_PE | UART_LSR_FE)
448 } else if (lsr & UART_LSR_FE) { in tegra_uart_decode_rx_error()
H A Dpch_uart.c1039 if (lsr & UART_LSR_FE) { in pch_uart_err_ir()
1082 if (lsr & (PCH_UART_LSR_ERR | UART_LSR_FE | in pch_uart_interrupt()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_uart.c302 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed()
311 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed()
382 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars()
387 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars()
391 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
404 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Damiserial.c248 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()
253 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
257 else if (status & UART_LSR_FE) in receive_chars()
281 else if (status & UART_LSR_FE) in receive_chars()
697 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()
706 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
H A Dmxser.c759 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed()
776 UART_LSR_FE; in mxser_change_speed()
780 UART_LSR_FE; in mxser_change_speed()
2123 } else if (*status & UART_LSR_FE) { in mxser_receive_chars()
2271 if (status & UART_LSR_FE) in mxser_interrupt()
/OK3568_Linux_fs/u-boot/include/
H A Dns16550.h167 #define UART_LSR_FE 0x08 /* Framing error */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dserial_reg.h137 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dserial_reg.h137 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_reg.h139 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dserial_reg.h129 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dark3116.c518 if (lsr & UART_LSR_FE) in ark3116_update_lsr()
613 else if (lsr & UART_LSR_FE) in ark3116_process_read_urb()
H A Dssu100.c482 if (lsr & UART_LSR_FE) { in ssu100_update_lsr()
H A Dquatech2.c884 if (newLSR & UART_LSR_FE) in qt2_update_lsr()
H A Df81232.c389 } else if (lsr & UART_LSR_FE) { in f81232_handle_lsr()
H A Dmxuport.c413 if (lsr_event & UART_LSR_FE) { in mxuport_lsr_event()
/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_cls.c423 | UART_LSR_FE); in cls_copy_data_from_uart_to_queue()
432 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
H A Djsm_tty.c617 else if (*(ch->ch_equeue +tail +i) & UART_LSR_FE) in jsm_input()
H A Djsm_neo.c877 if (linestatus & UART_LSR_FE) { in neo_parse_lsr()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_port.c1736 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_read_char()
1748 else if (lsr & UART_LSR_FE) in serial8250_read_char()
1763 else if (lsr & UART_LSR_FE) in serial8250_read_char()
1969 if (status & UART_LSR_FE) in serial8250_handle_irq()
2834 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios()
2843 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
H A D8250_omap.c413 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios()
422 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h678 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro

12