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

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

Completed in 12 milliseconds