HomeSort by: relevance | last modified time | path
    Searched refs:UARTDR_PARERR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/clps711x/
clps711xreg.h 115 #define UARTDR_PARERR (1 << 9)
clpscom.c 917 if (ISSET(sts, UARTDR_FRMERR | UARTDR_PARERR | UARTDR_OVERR)) {
920 if (ISSET(sts, UARTDR_PARERR))

Completed in 55 milliseconds