Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A 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-6.3-rc2/drivers/tty/serial/
A 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()
533 port->read_status_mask |= UART_FIFO_FRAMEERR_MASK; in bcm_uart_set_termios()

Completed in 5 milliseconds