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

/freebsd-11.0-release/sys/arm/xilinx/
H A Duart_dev_cdnc.c102 #define CDNC_UART_INT_FRAMING (1<<6) macro
521 if ((status & (CDNC_UART_INT_FRAMING | CDNC_UART_INT_PARITY)) != 0) {
523 status & (CDNC_UART_INT_FRAMING | CDNC_UART_INT_PARITY));
526 if ((status & CDNC_UART_INT_FRAMING) != 0)
539 WR4(bas, CDNC_UART_ISTAT_REG, CDNC_UART_INT_FRAMING);

Completed in 33 milliseconds