Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/xilinx/
H A Duart_dev_cdnc.c101 #define CDNC_UART_INT_FRAMING (1<<6) macro
519 if ((status & (CDNC_UART_INT_FRAMING | CDNC_UART_INT_PARITY)) != 0) { in cdnc_uart_bus_receive()
521 status & (CDNC_UART_INT_FRAMING | CDNC_UART_INT_PARITY)); in cdnc_uart_bus_receive()
524 if ((status & CDNC_UART_INT_FRAMING) != 0) in cdnc_uart_bus_receive()
537 WR4(bas, CDNC_UART_ISTAT_REG, CDNC_UART_INT_FRAMING); in cdnc_uart_bus_receive()