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

/linux-master/include/linux/
H A Dserial_bcm63xx.h113 #define UART_FIFO_PARERR_MASK (1 << UART_FIFO_PARERR_SHIFT) macro
117 UART_FIFO_PARERR_MASK | \
/linux-master/drivers/tty/serial/
H A Dbcm63xx_uart.c273 if (cstat & UART_FIFO_PARERR_MASK)
284 if (cstat & UART_FIFO_PARERR_MASK)
533 port->read_status_mask |= UART_FIFO_PARERR_MASK;
540 port->ignore_status_mask |= UART_FIFO_PARERR_MASK;

Completed in 133 milliseconds