Home
last modified time | relevance | path

Searched refs:UART_FIFO_FRAMEERR_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/linux/
Dserial_bcm63xx.h111 #define UART_FIFO_FRAMEERR_MASK (1 << UART_FIFO_FRAMEERR_SHIFT) macro
116 #define UART_FIFO_ANYERR_MASK (UART_FIFO_FRAMEERR_MASK | \
/linux-5.19.10/drivers/tty/serial/
Dbcm63xx_uart.c275 if (cstat & UART_FIFO_FRAMEERR_MASK) in bcm_uart_do_rx()
282 if (cstat & UART_FIFO_FRAMEERR_MASK) in bcm_uart_do_rx()
563 port->read_status_mask |= UART_FIFO_FRAMEERR_MASK; in bcm_uart_set_termios()