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

/linux-master/include/linux/
H 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-master/drivers/tty/serial/
H A Dbcm63xx_uart.c275 if (cstat & UART_FIFO_FRAMEERR_MASK)
282 if (cstat & UART_FIFO_FRAMEERR_MASK)
532 port->read_status_mask |= UART_FIFO_FRAMEERR_MASK;

Completed in 91 milliseconds