Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Ddigicolor-usart.c31 #define UA_STATUS_PARITY_ERR BIT(0) macro
151 if (status & UA_STATUS_PARITY_ERR) in digicolor_uart_rx()
160 if (status & UA_STATUS_PARITY_ERR) in digicolor_uart_rx()
327 port->read_status_mask |= UA_STATUS_PARITY_ERR in digicolor_uart_set_termios()
334 | UA_STATUS_PARITY_ERR | UA_STATUS_FRAME_ERR; in digicolor_uart_set_termios()